Shades of Green #096A16
Tints of Green #096A16
RGB
CMYK
RGB Variations
Color information
#096A16 (or 0x096A16) is known color: Green. HEX triplet: 09, 6A and 16. RGB value is (9,106,22). Sum of RGB (Red+Green+Blue) = 9+106+22=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 106 (41.80% from 255 or 77.37% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 106 - color contains mainly: green. Hex color #096A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096A16 is #F695E9. Grayscale: #434343. Windows color (decimal): -16160234 or 1468937. OLE color: 1468937.
HSL color Cylindrical-coordinate representation of color #096A16: hue angle of 128.04º 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 #096A16 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 106 | 22 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.58 |
| HSL | 128.04º | 0.84% | 0.23% | - |
| HSV(B) | 128.04º | 0.92% | 0.42% | - |
| XYZ | 5.41 | 10.42 | 2.49 | - |
| YUV | 67.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 22 | 0.92 | 0 | 0.79 | 0.58 | 128.04 | 0.84 | 0.23 |
| Hex | 9 | 6A | 16 | 5C | 0 | 4F | 3A | 80 | 54 | 17 |
| Octal | 11 | 152 | 26 | 134 | 0 | 117 | 72 | 200 | 124 | 27 |
| Binary | 1001 | 1101010 | 10110 | 1011100 | 0 | 1001111 | 111010 | 10000000 | 1010100 | 10111 |
Color Harmonies of #096A16
Complementary color
Monochromatic Colors of #096A16
Black with #096A16
Text Example
Text Example
White with #096A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A16; }
p { color: rgb(9,106,22); }
H1.HeaderClassName
{
color: #096A16;
}
.AnyTagClassName
{
color: #096A16;
}
</style>
background-color css
<style>
a { background-color: #096A16; }
a { background-color: rgb(9,106,22); }
div.DivClassName
{
background-color: #096A16;
}
.BgClassName
{
background-color: #096A16;
}
</style>
border-color css
<style>
span { border-color: #096A16; }
span { border-color: rgb(9,106,22); }
td.TdClassName
{
border-color: #096A16;
}
.TagClassName
{
border-color: #096A16;
}
</style>