Shades of Green #0D8808
Tints of Green #0D8808
RGB
CMYK
RGB Variations
Color information
#0D8808 (or 0x0D8808) is known color: Green. HEX triplet: 0D, 88 and 08. RGB value is (13,136,8). Sum of RGB (Red+Green+Blue) = 13+136+8=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 136 (53.52% from 255 or 86.62% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 136 - color contains mainly: green. Hex color #0D8808 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8808 is #F277F7. Grayscale: #555555. Windows color (decimal): -15890424 or 559117. OLE color: 559117.
HSL color Cylindrical-coordinate representation of color #0D8808: hue angle of 117.66º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8808 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 136 | 8 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.47 |
| HSL | 117.66º | 0.89% | 0.28% | - |
| HSV(B) | 117.66º | 0.94% | 0.53% | - |
| XYZ | 9.01 | 17.71 | 3.17 | - |
| YUV | 84.63 | 84.75 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 8 | 0.90 | 0 | 0.94 | 0.47 | 117.66 | 0.89 | 0.28 |
| Hex | D | 88 | 8 | 5A | 0 | 5E | 2F | 76 | 59 | 1C |
| Octal | 15 | 210 | 10 | 132 | 0 | 136 | 57 | 166 | 131 | 34 |
| Binary | 1101 | 10001000 | 1000 | 1011010 | 0 | 1011110 | 101111 | 1110110 | 1011001 | 11100 |
Color Harmonies of #0D8808
Complementary color
Monochromatic Colors of #0D8808
Black with #0D8808
Text Example
Text Example
White with #0D8808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8808; }
p { color: rgb(13,136,8); }
H1.HeaderClassName
{
color: #0D8808;
}
.AnyTagClassName
{
color: #0D8808;
}
</style>
background-color css
<style>
a { background-color: #0D8808; }
a { background-color: rgb(13,136,8); }
div.DivClassName
{
background-color: #0D8808;
}
.BgClassName
{
background-color: #0D8808;
}
</style>
border-color css
<style>
span { border-color: #0D8808; }
span { border-color: rgb(13,136,8); }
td.TdClassName
{
border-color: #0D8808;
}
.TagClassName
{
border-color: #0D8808;
}
</style>