Shades of Green #0D8812
Tints of Green #0D8812
RGB
CMYK
RGB Variations
Color information
#0D8812 (or 0x0D8812) is known color: Green. HEX triplet: 0D, 88 and 12. RGB value is (13,136,18). Sum of RGB (Red+Green+Blue) = 13+136+18=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 136 (53.52% from 255 or 81.44% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 136 - color contains mainly: green. Hex color #0D8812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8812 is #F277ED. Grayscale: #565656. Windows color (decimal): -15890414 or 1214477. OLE color: 1214477.
HSL color Cylindrical-coordinate representation of color #0D8812: hue angle of 122.44º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8812 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 136 | 18 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.47 |
| HSL | 122.44º | 0.83% | 0.29% | - |
| HSV(B) | 122.44º | 0.9% | 0.53% | - |
| XYZ | 9.08 | 17.74 | 3.52 | - |
| YUV | 85.77 | 89.75 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 18 | 0.90 | 0 | 0.87 | 0.47 | 122.44 | 0.83 | 0.29 |
| Hex | D | 88 | 12 | 5A | 0 | 57 | 2F | 7A | 53 | 1D |
| Octal | 15 | 210 | 22 | 132 | 0 | 127 | 57 | 172 | 123 | 35 |
| Binary | 1101 | 10001000 | 10010 | 1011010 | 0 | 1010111 | 101111 | 1111010 | 1010011 | 11101 |
Color Harmonies of #0D8812
Complementary color
Monochromatic Colors of #0D8812
Black with #0D8812
Text Example
Text Example
White with #0D8812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8812; }
p { color: rgb(13,136,18); }
H1.HeaderClassName
{
color: #0D8812;
}
.AnyTagClassName
{
color: #0D8812;
}
</style>
background-color css
<style>
a { background-color: #0D8812; }
a { background-color: rgb(13,136,18); }
div.DivClassName
{
background-color: #0D8812;
}
.BgClassName
{
background-color: #0D8812;
}
</style>
border-color css
<style>
span { border-color: #0D8812; }
span { border-color: rgb(13,136,18); }
td.TdClassName
{
border-color: #0D8812;
}
.TagClassName
{
border-color: #0D8812;
}
</style>