Shades of Green #0D8411
Tints of Green #0D8411
RGB
CMYK
RGB Variations
Color information
#0D8411 (or 0x0D8411) is known color: Green. HEX triplet: 0D, 84 and 11. RGB value is (13,132,17). Sum of RGB (Red+Green+Blue) = 13+132+17=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 132 (51.95% from 255 or 81.48% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8411 is #F27BEE. Grayscale: #535353. Windows color (decimal): -15891439 or 1147917. OLE color: 1147917.
HSL color Cylindrical-coordinate representation of color #0D8411: hue angle of 122.02º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8411 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 132 | 17 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.48 |
| HSL | 122.02º | 0.82% | 0.28% | - |
| HSV(B) | 122.02º | 0.9% | 0.52% | - |
| XYZ | 8.52 | 16.63 | 3.29 | - |
| YUV | 83.31 | 90.58 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 17 | 0.90 | 0 | 0.87 | 0.48 | 122.02 | 0.82 | 0.28 |
| Hex | D | 84 | 11 | 5A | 0 | 57 | 30 | 7A | 52 | 1C |
| Octal | 15 | 204 | 21 | 132 | 0 | 127 | 60 | 172 | 122 | 34 |
| Binary | 1101 | 10000100 | 10001 | 1011010 | 0 | 1010111 | 110000 | 1111010 | 1010010 | 11100 |
Color Harmonies of #0D8411
Complementary color
Monochromatic Colors of #0D8411
Black with #0D8411
Text Example
Text Example
White with #0D8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8411; }
p { color: rgb(13,132,17); }
H1.HeaderClassName
{
color: #0D8411;
}
.AnyTagClassName
{
color: #0D8411;
}
</style>
background-color css
<style>
a { background-color: #0D8411; }
a { background-color: rgb(13,132,17); }
div.DivClassName
{
background-color: #0D8411;
}
.BgClassName
{
background-color: #0D8411;
}
</style>
border-color css
<style>
span { border-color: #0D8411; }
span { border-color: rgb(13,132,17); }
td.TdClassName
{
border-color: #0D8411;
}
.TagClassName
{
border-color: #0D8411;
}
</style>