Shades of Green #096D12
Tints of Green #096D12
RGB
CMYK
RGB Variations
Color information
#096D12 (or 0x096D12) is known color: Green. HEX triplet: 09, 6D and 12. RGB value is (9,109,18). Sum of RGB (Red+Green+Blue) = 9+109+18=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 109 (42.97% from 255 or 80.15% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 109 - color contains mainly: green. Hex color #096D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096D12 is #F692ED. Grayscale: #444444. Windows color (decimal): -16159470 or 1207561. OLE color: 1207561.
HSL color Cylindrical-coordinate representation of color #096D12: hue angle of 125.4º 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 #096D12 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 109 | 18 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.57 |
| HSL | 125.4º | 0.85% | 0.23% | - |
| HSV(B) | 125.4º | 0.92% | 0.43% | - |
| XYZ | 5.69 | 11.04 | 2.4 | - |
| YUV | 68.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 18 | 0.92 | 0 | 0.83 | 0.57 | 125.4 | 0.85 | 0.23 |
| Hex | 9 | 6D | 12 | 5C | 0 | 53 | 39 | 7D | 55 | 17 |
| Octal | 11 | 155 | 22 | 134 | 0 | 123 | 71 | 175 | 125 | 27 |
| Binary | 1001 | 1101101 | 10010 | 1011100 | 0 | 1010011 | 111001 | 1111101 | 1010101 | 10111 |
Color Harmonies of #096D12
Complementary color
Monochromatic Colors of #096D12
Black with #096D12
Text Example
Text Example
White with #096D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D12; }
p { color: rgb(9,109,18); }
H1.HeaderClassName
{
color: #096D12;
}
.AnyTagClassName
{
color: #096D12;
}
</style>
background-color css
<style>
a { background-color: #096D12; }
a { background-color: rgb(9,109,18); }
div.DivClassName
{
background-color: #096D12;
}
.BgClassName
{
background-color: #096D12;
}
</style>
border-color css
<style>
span { border-color: #096D12; }
span { border-color: rgb(9,109,18); }
td.TdClassName
{
border-color: #096D12;
}
.TagClassName
{
border-color: #096D12;
}
</style>