Shades of Green #0D8508
Tints of Green #0D8508
RGB
CMYK
RGB Variations
Color information
#0D8508 (or 0x0D8508) is known color: Green. HEX triplet: 0D, 85 and 08. RGB value is (13,133,8). Sum of RGB (Red+Green+Blue) = 13+133+8=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 133 (52.34% from 255 or 86.36% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8508 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8508 is #F27AF7. Grayscale: #535353. Windows color (decimal): -15891192 or 558349. OLE color: 558349.
HSL color Cylindrical-coordinate representation of color #0D8508: hue angle of 117.6º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8508 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 133 | 8 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.48 |
| HSL | 117.6º | 0.89% | 0.28% | - |
| HSV(B) | 117.6º | 0.94% | 0.52% | - |
| XYZ | 8.6 | 16.88 | 3.03 | - |
| YUV | 82.87 | 85.74 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 8 | 0.90 | 0 | 0.94 | 0.48 | 117.6 | 0.89 | 0.28 |
| Hex | D | 85 | 8 | 5A | 0 | 5E | 30 | 76 | 59 | 1C |
| Octal | 15 | 205 | 10 | 132 | 0 | 136 | 60 | 166 | 131 | 34 |
| Binary | 1101 | 10000101 | 1000 | 1011010 | 0 | 1011110 | 110000 | 1110110 | 1011001 | 11100 |
Color Harmonies of #0D8508
Complementary color
Monochromatic Colors of #0D8508
Black with #0D8508
Text Example
Text Example
White with #0D8508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8508; }
p { color: rgb(13,133,8); }
H1.HeaderClassName
{
color: #0D8508;
}
.AnyTagClassName
{
color: #0D8508;
}
</style>
background-color css
<style>
a { background-color: #0D8508; }
a { background-color: rgb(13,133,8); }
div.DivClassName
{
background-color: #0D8508;
}
.BgClassName
{
background-color: #0D8508;
}
</style>
border-color css
<style>
span { border-color: #0D8508; }
span { border-color: rgb(13,133,8); }
td.TdClassName
{
border-color: #0D8508;
}
.TagClassName
{
border-color: #0D8508;
}
</style>