Html Css Color HEX #096F12 Green

📋 copy color: '#096F12'

red 9 ◦ green 111 ◦ blue 18

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

Shades of Green #096F12

Tints of Green #096F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 80.43%

 BLUE value IS 18 (7.42% from 255) = 13.04%

R = 6.52%
G = 80.43%
B = 13.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#096F12 (or 0x096F12) is known color: Green. HEX triplet: 09, 6F and 12. RGB value is (9,111,18). Sum of RGB (Red+Green+Blue) = 9+111+18=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 111 (43.75% from 255 or 80.43% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 111 - color contains mainly: green. Hex color #096F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096F12 is #F690ED. Grayscale: #464646. Windows color (decimal): -16158958 or 1208073. OLE color: 1208073.

HSL color Cylindrical-coordinate representation of color #096F12: hue angle of 125.29º 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 #096F12 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 111 18 -
CMYK 0.92 0 0.84 0.56
HSL 125.29º 0.85% 0.24% -
HSV(B) 125.29º 0.92% 0.44% -
XYZ 5.91 11.47 2.48 -
YUV 69.9 98.71 84.56 -
System Red Green Blue C M Y K H S L
Decimal 9 111 18 0.92 0 0.84 0.56 125.29 0.85 0.24
Hex 9 6F 12 5C 0 54 38 7D 55 18
Octal 11 157 22 134 0 124 70 175 125 30
Binary 1001 1101111 10010 1011100 0 1010100 111000 1111101 1010101 11000

Color Harmonies of #096F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F12

Black with #096F12

Text Example


Text Example

White with #096F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,111,18); }

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

background-color css

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

 a { background-color: rgb(9,111,18); }

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

border-color css

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

 span { border-color: rgb(9,111,18); }

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