Shades of Forest Green #0DA120
Tints of Forest Green #0DA120
RGB
CMYK
RGB Variations
Color information
#0DA120 (or 0x0DA120) is known color: Forest Green. HEX triplet: 0D, A1 and 20. RGB value is (13,161,32). Sum of RGB (Red+Green+Blue) = 13+161+32=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 161 (63.28% from 255 or 78.16% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA120 is #F25EDF. Grayscale: #666666. Windows color (decimal): -15884000 or 2138381. OLE color: 2138381.
HSL color Cylindrical-coordinate representation of color #0DA120: hue angle of 127.7º 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 #0DA120 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 32 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.37 |
| HSL | 127.7º | 0.85% | 0.34% | - |
| HSV(B) | 127.7º | 0.92% | 0.63% | - |
| XYZ | 13.17 | 25.68 | 5.63 | - |
| YUV | 102.04 | 88.47 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 32 | 0.92 | 0 | 0.80 | 0.37 | 127.7 | 0.85 | 0.34 |
| Hex | D | A1 | 20 | 5C | 0 | 50 | 25 | 80 | 55 | 22 |
| Octal | 15 | 241 | 40 | 134 | 0 | 120 | 45 | 200 | 125 | 42 |
| Binary | 1101 | 10100001 | 100000 | 1011100 | 0 | 1010000 | 100101 | 10000000 | 1010101 | 100010 |
Color Harmonies of #0DA120
Complementary color
Monochromatic Colors of #0DA120
Black with #0DA120
Text Example
Text Example
White with #0DA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA120; }
p { color: rgb(13,161,32); }
H1.HeaderClassName
{
color: #0DA120;
}
.AnyTagClassName
{
color: #0DA120;
}
</style>
background-color css
<style>
a { background-color: #0DA120; }
a { background-color: rgb(13,161,32); }
div.DivClassName
{
background-color: #0DA120;
}
.BgClassName
{
background-color: #0DA120;
}
</style>
border-color css
<style>
span { border-color: #0DA120; }
span { border-color: rgb(13,161,32); }
td.TdClassName
{
border-color: #0DA120;
}
.TagClassName
{
border-color: #0DA120;
}
</style>