#0A7A0D

Color #0A7A0D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0A7A0D

Tints of Green #0A7A0D

Color information

#0A7A0D (or 0x0A7A0D) is unknown color: approx Green. HEX triplet: 0A, 7A and 0D. RGB value is (10,122,13). Sum of RGB (Red+Green+Blue) = 10+122+13=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 122 (48.05% from 255 or 84.14% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7A0D is #F585F2. Grayscale: #4C4C4C. Windows color (decimal): -16090611 or 883210. OLE color: 883210.

HSL color Cylindrical-coordinate representation of color #0A7A0D: hue angle of 121.61º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7A0D is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1012213-
CMYK0.9200.890.52
HSL121.61º84.85%25.88%-
HSV(B)121.61º91.8%47.84%-
XYZ7.1614.012.71-
YUV76.0992.3980.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 6.90%
GREEN value IS 122 (48.05% from 255) = 84.14%
BLUE value IS 13 (5.47% from 255) = 8.97%
R=6.90%
G=84.14%
B=8.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10122130.9200.890.52121.6184.8525.88
HexA7AD5C059347a551a
Octal121721513401316417212532
Binary1010111101011011011100010110011101001111010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A7A0D; }

 p { color: rgb(10,122,13); }

 H1.HeaderClassName
 {
   color: #0A7A0D;
 }
 .AnyTagClassName
 {
   color: #0A7A0D;
 }
</style>
background-color css

<style>
 a { background-color: #0A7A0D; }

 a { background-color: rgb(10,122,13); }

 div.DivClassName
 {
   background-color: #0A7A0D;
 }
 .BgClassName
 {
   background-color: #0A7A0D;
 }
</style>
border-color css

<style>
 span { border-color: #0A7A0D; }

 span { border-color: rgb(10,122,13); }

 td.TdClassName
 {
   border-color: #0A7A0D;
 }
 .TagClassName
 {
   border-color: #0A7A0D;
 }
</style>