Html Css Color HEX #096F14 Green

📋 copy color: '#096F14'

red 9 ◦ green 111 ◦ blue 20

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

Shades of Green #096F14

Tints of Green #096F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 6.43%
G = 79.29%
B = 14.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#096F14 (or 0x096F14) is known color: Green. HEX triplet: 09, 6F and 14. RGB value is (9,111,20). Sum of RGB (Red+Green+Blue) = 9+111+20=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 111 (43.75% from 255 or 79.29% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 111 - color contains mainly: green. Hex color #096F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096F14 is #F690EB. Grayscale: #464646. Windows color (decimal): -16158956 or 1339145. OLE color: 1339145.

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

Color convert

RGB 9 111 20 -
CMYK 0.92 0 0.82 0.56
HSL 126.47º 0.85% 0.24% -
HSV(B) 126.47º 0.92% 0.44% -
XYZ 5.92 11.48 2.56 -
YUV 70.13 99.71 84.4 -
System Red Green Blue C M Y K H S L
Decimal 9 111 20 0.92 0 0.82 0.56 126.47 0.85 0.24
Hex 9 6F 14 5C 0 52 38 7E 55 18
Octal 11 157 24 134 0 122 70 176 125 30
Binary 1001 1101111 10100 1011100 0 1010010 111000 1111110 1010101 11000

Color Harmonies of #096F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F14

Black with #096F14

Text Example


Text Example

White with #096F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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