Shades of Forest Green #0DA121
Tints of Forest Green #0DA121
RGB
CMYK
RGB Variations
Color information
#0DA121 (or 0x0DA121) is known color: Forest Green. HEX triplet: 0D, A1 and 21. RGB value is (13,161,33). Sum of RGB (Red+Green+Blue) = 13+161+33=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 161 (63.28% from 255 or 77.78% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA121 is #F25EDE. Grayscale: #666666. Windows color (decimal): -15883999 or 2203917. OLE color: 2203917.
HSL color Cylindrical-coordinate representation of color #0DA121: hue angle of 128.11º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA121 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 33 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.37 |
| HSL | 128.11º | 0.85% | 0.34% | - |
| HSV(B) | 128.11º | 0.92% | 0.63% | - |
| XYZ | 13.19 | 25.69 | 5.7 | - |
| YUV | 102.16 | 88.97 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 33 | 0.92 | 0 | 0.80 | 0.37 | 128.11 | 0.85 | 0.34 |
| Hex | D | A1 | 21 | 5C | 0 | 50 | 25 | 80 | 55 | 22 |
| Octal | 15 | 241 | 41 | 134 | 0 | 120 | 45 | 200 | 125 | 42 |
| Binary | 1101 | 10100001 | 100001 | 1011100 | 0 | 1010000 | 100101 | 10000000 | 1010101 | 100010 |
Color Harmonies of #0DA121
Complementary color
Monochromatic Colors of #0DA121
Black with #0DA121
Text Example
Text Example
White with #0DA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA121; }
p { color: rgb(13,161,33); }
H1.HeaderClassName
{
color: #0DA121;
}
.AnyTagClassName
{
color: #0DA121;
}
</style>
background-color css
<style>
a { background-color: #0DA121; }
a { background-color: rgb(13,161,33); }
div.DivClassName
{
background-color: #0DA121;
}
.BgClassName
{
background-color: #0DA121;
}
</style>
border-color css
<style>
span { border-color: #0DA121; }
span { border-color: rgb(13,161,33); }
td.TdClassName
{
border-color: #0DA121;
}
.TagClassName
{
border-color: #0DA121;
}
</style>