Shades of Green #096E11
Tints of Green #096E11
RGB
CMYK
RGB Variations
Color information
#096E11 (or 0x096E11) is known color: Green. HEX triplet: 09, 6E and 11. RGB value is (9,110,17). Sum of RGB (Red+Green+Blue) = 9+110+17=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 110 (43.36% from 255 or 80.88% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 110 - color contains mainly: green. Hex color #096E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096E11 is #F691EE. Grayscale: #454545. Windows color (decimal): -16159215 or 1142281. OLE color: 1142281.
HSL color Cylindrical-coordinate representation of color #096E11: hue angle of 124.75º 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 #096E11 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 110 | 17 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.57 |
| HSL | 124.75º | 0.85% | 0.23% | - |
| HSV(B) | 124.75º | 0.92% | 0.43% | - |
| XYZ | 5.79 | 11.25 | 2.4 | - |
| YUV | 69.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 17 | 0.92 | 0 | 0.85 | 0.57 | 124.75 | 0.85 | 0.23 |
| Hex | 9 | 6E | 11 | 5C | 0 | 55 | 39 | 7D | 55 | 17 |
| Octal | 11 | 156 | 21 | 134 | 0 | 125 | 71 | 175 | 125 | 27 |
| Binary | 1001 | 1101110 | 10001 | 1011100 | 0 | 1010101 | 111001 | 1111101 | 1010101 | 10111 |
Color Harmonies of #096E11
Complementary color
Monochromatic Colors of #096E11
Black with #096E11
Text Example
Text Example
White with #096E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E11; }
p { color: rgb(9,110,17); }
H1.HeaderClassName
{
color: #096E11;
}
.AnyTagClassName
{
color: #096E11;
}
</style>
background-color css
<style>
a { background-color: #096E11; }
a { background-color: rgb(9,110,17); }
div.DivClassName
{
background-color: #096E11;
}
.BgClassName
{
background-color: #096E11;
}
</style>
border-color css
<style>
span { border-color: #096E11; }
span { border-color: rgb(9,110,17); }
td.TdClassName
{
border-color: #096E11;
}
.TagClassName
{
border-color: #096E11;
}
</style>