Shades of Green #0D8404
Tints of Green #0D8404
RGB
CMYK
RGB Variations
Color information
#0D8404 (or 0x0D8404) is known color: Green. HEX triplet: 0D, 84 and 04. RGB value is (13,132,4). Sum of RGB (Red+Green+Blue) = 13+132+4=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 132 (51.95% from 255 or 88.59% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8404 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8404 is #F27BFB. Grayscale: #525252. Windows color (decimal): -15891452 or 295949. OLE color: 295949.
HSL color Cylindrical-coordinate representation of color #0D8404: hue angle of 115.78º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D8404 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 4 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.48 |
| HSL | 115.78º | 0.94% | 0.27% | - |
| HSV(B) | 115.78º | 0.97% | 0.52% | - |
| XYZ | 8.44 | 16.6 | 2.87 | - |
| YUV | 81.83 | 84.08 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 4 | 0.90 | 0 | 0.97 | 0.48 | 115.78 | 0.94 | 0.27 |
| Hex | D | 84 | 4 | 5A | 0 | 61 | 30 | 74 | 5E | 1B |
| Octal | 15 | 204 | 4 | 132 | 0 | 141 | 60 | 164 | 136 | 33 |
| Binary | 1101 | 10000100 | 100 | 1011010 | 0 | 1100001 | 110000 | 1110100 | 1011110 | 11011 |
Color Harmonies of #0D8404
Complementary color
Monochromatic Colors of #0D8404
Black with #0D8404
Text Example
Text Example
White with #0D8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8404; }
p { color: rgb(13,132,4); }
H1.HeaderClassName
{
color: #0D8404;
}
.AnyTagClassName
{
color: #0D8404;
}
</style>
background-color css
<style>
a { background-color: #0D8404; }
a { background-color: rgb(13,132,4); }
div.DivClassName
{
background-color: #0D8404;
}
.BgClassName
{
background-color: #0D8404;
}
</style>
border-color css
<style>
span { border-color: #0D8404; }
span { border-color: rgb(13,132,4); }
td.TdClassName
{
border-color: #0D8404;
}
.TagClassName
{
border-color: #0D8404;
}
</style>