Shades of Green #096E14
Tints of Green #096E14
RGB
CMYK
RGB Variations
Color information
#096E14 (or 0x096E14) is known color: Green. HEX triplet: 09, 6E and 14. RGB value is (9,110,20). Sum of RGB (Red+Green+Blue) = 9+110+20=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 110 (43.36% from 255 or 79.14% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 110 - color contains mainly: green. Hex color #096E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096E14 is #F691EB. Grayscale: #454545. Windows color (decimal): -16159212 or 1338889. OLE color: 1338889.
HSL color Cylindrical-coordinate representation of color #096E14: hue angle of 126.53º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E14 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 110 | 20 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.57 |
| HSL | 126.53º | 0.85% | 0.23% | - |
| HSV(B) | 126.53º | 0.92% | 0.43% | - |
| XYZ | 5.81 | 11.26 | 2.53 | - |
| YUV | 69.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 20 | 0.92 | 0 | 0.82 | 0.57 | 126.53 | 0.85 | 0.23 |
| Hex | 9 | 6E | 14 | 5C | 0 | 52 | 39 | 7F | 55 | 17 |
| Octal | 11 | 156 | 24 | 134 | 0 | 122 | 71 | 177 | 125 | 27 |
| Binary | 1001 | 1101110 | 10100 | 1011100 | 0 | 1010010 | 111001 | 1111111 | 1010101 | 10111 |
Color Harmonies of #096E14
Complementary color
Monochromatic Colors of #096E14
Black with #096E14
Text Example
Text Example
White with #096E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E14; }
p { color: rgb(9,110,20); }
H1.HeaderClassName
{
color: #096E14;
}
.AnyTagClassName
{
color: #096E14;
}
</style>
background-color css
<style>
a { background-color: #096E14; }
a { background-color: rgb(9,110,20); }
div.DivClassName
{
background-color: #096E14;
}
.BgClassName
{
background-color: #096E14;
}
</style>
border-color css
<style>
span { border-color: #096E14; }
span { border-color: rgb(9,110,20); }
td.TdClassName
{
border-color: #096E14;
}
.TagClassName
{
border-color: #096E14;
}
</style>