Html Css Color HEX #0A7009 Green

📋 copy color: '#0A7009'

red 10 ◦ green 112 ◦ blue 9

#0A7009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0A7009

Tints of Green #0A7009

RGB

 RED value IS 10 (4.3% from 255) = 7.63%

 GREEN value IS 112 (44.14% from 255) = 85.5%

 BLUE value IS 9 (3.91% from 255) = 6.87%

R = 7.63%
G = 85.5%
B = 6.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#0A7009 (or 0x0A7009) is known color: Green. HEX triplet: 0A, 70 and 09. RGB value is (10,112,9). Sum of RGB (Red+Green+Blue) = 10+112+9=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7009 is #F58FF6. Grayscale: #464646. Windows color (decimal): -16093175 or 618506. OLE color: 618506.

HSL color Cylindrical-coordinate representation of color #0A7009: hue angle of 119.42º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7009 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 112 9 -
CMYK 0.91 0 0.92 0.56
HSL 119.42º 0.85% 0.24% -
HSV(B) 119.42º 0.92% 0.44% -
XYZ 5.97 11.67 2.2 -
YUV 69.76 93.71 85.38 -
System Red Green Blue C M Y K H S L
Decimal 10 112 9 0.91 0 0.92 0.56 119.42 0.85 0.24
Hex A 70 9 5B 0 5C 38 77 55 18
Octal 12 160 11 133 0 134 70 167 125 30
Binary 1010 1110000 1001 1011011 0 1011100 111000 1110111 1010101 11000

Color Harmonies of #0A7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7009

Black with #0A7009

Text Example


Text Example

White with #0A7009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,112,9); }

 H1.HeaderClassName
 {
   color: #0A7009;
 }
 .AnyTagClassName
 {
   color: #0A7009;
 }
</style>

background-color css

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

 a { background-color: rgb(10,112,9); }

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

border-color css

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

 span { border-color: rgb(10,112,9); }

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