Shades of Forest Green #0FA11D
Tints of Forest Green #0FA11D
RGB
CMYK
RGB Variations
Color information
#0FA11D (or 0x0FA11D) is known color: Forest Green. HEX triplet: 0F, A1 and 1D. RGB value is (15,161,29). Sum of RGB (Red+Green+Blue) = 15+161+29=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 161 (63.28% from 255 or 78.54% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA11D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA11D is #F05EE2. Grayscale: #666666. Windows color (decimal): -15752931 or 1941775. OLE color: 1941775.
HSL color Cylindrical-coordinate representation of color #0FA11D: hue angle of 125.75º 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 #0FA11D is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 29 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.37 |
| HSL | 125.75º | 0.83% | 0.35% | - |
| HSV(B) | 125.75º | 0.91% | 0.63% | - |
| XYZ | 13.16 | 25.68 | 5.43 | - |
| YUV | 102.3 | 86.63 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 29 | 0.91 | 0 | 0.82 | 0.37 | 125.75 | 0.83 | 0.35 |
| Hex | F | A1 | 1D | 5B | 0 | 52 | 25 | 7E | 53 | 23 |
| Octal | 17 | 241 | 35 | 133 | 0 | 122 | 45 | 176 | 123 | 43 |
| Binary | 1111 | 10100001 | 11101 | 1011011 | 0 | 1010010 | 100101 | 1111110 | 1010011 | 100011 |
Color Harmonies of #0FA11D
Complementary color
Monochromatic Colors of #0FA11D
Black with #0FA11D
Text Example
Text Example
White with #0FA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA11D; }
p { color: rgb(15,161,29); }
H1.HeaderClassName
{
color: #0FA11D;
}
.AnyTagClassName
{
color: #0FA11D;
}
</style>
background-color css
<style>
a { background-color: #0FA11D; }
a { background-color: rgb(15,161,29); }
div.DivClassName
{
background-color: #0FA11D;
}
.BgClassName
{
background-color: #0FA11D;
}
</style>
border-color css
<style>
span { border-color: #0FA11D; }
span { border-color: rgb(15,161,29); }
td.TdClassName
{
border-color: #0FA11D;
}
.TagClassName
{
border-color: #0FA11D;
}
</style>