Shades of Green #096D14
Tints of Green #096D14
RGB
CMYK
RGB Variations
Color information
#096D14 (or 0x096D14) is known color: Green. HEX triplet: 09, 6D and 14. RGB value is (9,109,20). Sum of RGB (Red+Green+Blue) = 9+109+20=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 109 (42.97% from 255 or 78.99% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 109 - color contains mainly: green. Hex color #096D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096D14 is #F692EB. Grayscale: #454545. Windows color (decimal): -16159468 or 1338633. OLE color: 1338633.
HSL color Cylindrical-coordinate representation of color #096D14: hue angle of 126.6º 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 #096D14 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 109 | 20 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.57 |
| HSL | 126.6º | 0.85% | 0.23% | - |
| HSV(B) | 126.6º | 0.92% | 0.43% | - |
| XYZ | 5.71 | 11.05 | 2.49 | - |
| YUV | 68.95 | 100.37 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 20 | 0.92 | 0 | 0.82 | 0.57 | 126.6 | 0.85 | 0.23 |
| Hex | 9 | 6D | 14 | 5C | 0 | 52 | 39 | 7F | 55 | 17 |
| Octal | 11 | 155 | 24 | 134 | 0 | 122 | 71 | 177 | 125 | 27 |
| Binary | 1001 | 1101101 | 10100 | 1011100 | 0 | 1010010 | 111001 | 1111111 | 1010101 | 10111 |
Color Harmonies of #096D14
Complementary color
Monochromatic Colors of #096D14
Black with #096D14
Text Example
Text Example
White with #096D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D14; }
p { color: rgb(9,109,20); }
H1.HeaderClassName
{
color: #096D14;
}
.AnyTagClassName
{
color: #096D14;
}
</style>
background-color css
<style>
a { background-color: #096D14; }
a { background-color: rgb(9,109,20); }
div.DivClassName
{
background-color: #096D14;
}
.BgClassName
{
background-color: #096D14;
}
</style>
border-color css
<style>
span { border-color: #096D14; }
span { border-color: rgb(9,109,20); }
td.TdClassName
{
border-color: #096D14;
}
.TagClassName
{
border-color: #096D14;
}
</style>