Shades of Forest Green #0FA124
Tints of Forest Green #0FA124
RGB
CMYK
RGB Variations
Color information
#0FA124 (or 0x0FA124) is known color: Forest Green. HEX triplet: 0F, A1 and 24. RGB value is (15,161,36). Sum of RGB (Red+Green+Blue) = 15+161+36=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 161 (63.28% from 255 or 75.94% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA124 is #F05EDB. Grayscale: #676767. Windows color (decimal): -15752924 or 2400527. OLE color: 2400527.
HSL color Cylindrical-coordinate representation of color #0FA124: hue angle of 128.63º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA124 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 36 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.37 |
| HSL | 128.63º | 0.83% | 0.35% | - |
| HSV(B) | 128.63º | 0.91% | 0.63% | - |
| XYZ | 13.26 | 25.72 | 5.93 | - |
| YUV | 103.1 | 90.13 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 36 | 0.91 | 0 | 0.78 | 0.37 | 128.63 | 0.83 | 0.35 |
| Hex | F | A1 | 24 | 5B | 0 | 4E | 25 | 81 | 53 | 23 |
| Octal | 17 | 241 | 44 | 133 | 0 | 116 | 45 | 201 | 123 | 43 |
| Binary | 1111 | 10100001 | 100100 | 1011011 | 0 | 1001110 | 100101 | 10000001 | 1010011 | 100011 |
Color Harmonies of #0FA124
Complementary color
Monochromatic Colors of #0FA124
Black with #0FA124
Text Example
Text Example
White with #0FA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA124; }
p { color: rgb(15,161,36); }
H1.HeaderClassName
{
color: #0FA124;
}
.AnyTagClassName
{
color: #0FA124;
}
</style>
background-color css
<style>
a { background-color: #0FA124; }
a { background-color: rgb(15,161,36); }
div.DivClassName
{
background-color: #0FA124;
}
.BgClassName
{
background-color: #0FA124;
}
</style>
border-color css
<style>
span { border-color: #0FA124; }
span { border-color: rgb(15,161,36); }
td.TdClassName
{
border-color: #0FA124;
}
.TagClassName
{
border-color: #0FA124;
}
</style>