Html Css Color HEX #096A0E Green

📋 copy color: '#096A0E'

red 9 ◦ green 106 ◦ blue 14

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

Shades of Green #096A0E

Tints of Green #096A0E

RGB

 RED value IS 9 (3.91% from 255) = 6.98%

 GREEN value IS 106 (41.8% from 255) = 82.17%

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 6.98%
G = 82.17%
B = 10.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#096A0E (or 0x096A0E) is known color: Green. HEX triplet: 09, 6A and 0E. RGB value is (9,106,14). Sum of RGB (Red+Green+Blue) = 9+106+14=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 106 (41.80% from 255 or 82.17% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 106 - color contains mainly: green. Hex color #096A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096A0E is #F695F1. Grayscale: #424242. Windows color (decimal): -16160242 or 944649. OLE color: 944649.

HSL color Cylindrical-coordinate representation of color #096A0E: hue angle of 123.09º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A0E is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 14 -
CMYK 0.92 0 0.87 0.58
HSL 123.09º 0.84% 0.23% -
HSV(B) 123.09º 0.92% 0.42% -
XYZ 5.35 10.4 2.14 -
YUV 66.51 98.36 86.98 -
System Red Green Blue C M Y K H S L
Decimal 9 106 14 0.92 0 0.87 0.58 123.09 0.84 0.23
Hex 9 6A E 5C 0 57 3A 7B 54 17
Octal 11 152 16 134 0 127 72 173 124 27
Binary 1001 1101010 1110 1011100 0 1010111 111010 1111011 1010100 10111

Color Harmonies of #096A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A0E

Black with #096A0E

Text Example


Text Example

White with #096A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096A0E; }

 p { color: rgb(9,106,14); }

 H1.HeaderClassName
 {
   color: #096A0E;
 }
 .AnyTagClassName
 {
   color: #096A0E;
 }
</style>

background-color css

<style>
 a { background-color: #096A0E; }

 a { background-color: rgb(9,106,14); }

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

border-color css

<style>
 span { border-color: #096A0E; }

 span { border-color: rgb(9,106,14); }

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