Shades of Forest Green #0FA12D
Tints of Forest Green #0FA12D
RGB
CMYK
RGB Variations
Color information
#0FA12D (or 0x0FA12D) is known color: Forest Green. HEX triplet: 0F, A1 and 2D. RGB value is (15,161,45). Sum of RGB (Red+Green+Blue) = 15+161+45=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 161 (63.28% from 255 or 72.85% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA12D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA12D is #F05ED2. Grayscale: #686868. Windows color (decimal): -15752915 or 2990351. OLE color: 2990351.
HSL color Cylindrical-coordinate representation of color #0FA12D: hue angle of 132.33º 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 #0FA12D is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 45 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.37 |
| HSL | 132.33º | 0.83% | 0.35% | - |
| HSV(B) | 132.33º | 0.91% | 0.63% | - |
| XYZ | 13.42 | 25.78 | 6.75 | - |
| YUV | 104.12 | 94.63 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 45 | 0.91 | 0 | 0.72 | 0.37 | 132.33 | 0.83 | 0.35 |
| Hex | F | A1 | 2D | 5B | 0 | 48 | 25 | 84 | 53 | 23 |
| Octal | 17 | 241 | 55 | 133 | 0 | 110 | 45 | 204 | 123 | 43 |
| Binary | 1111 | 10100001 | 101101 | 1011011 | 0 | 1001000 | 100101 | 10000100 | 1010011 | 100011 |
Color Harmonies of #0FA12D
Complementary color
Monochromatic Colors of #0FA12D
Black with #0FA12D
Text Example
Text Example
White with #0FA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA12D; }
p { color: rgb(15,161,45); }
H1.HeaderClassName
{
color: #0FA12D;
}
.AnyTagClassName
{
color: #0FA12D;
}
</style>
background-color css
<style>
a { background-color: #0FA12D; }
a { background-color: rgb(15,161,45); }
div.DivClassName
{
background-color: #0FA12D;
}
.BgClassName
{
background-color: #0FA12D;
}
</style>
border-color css
<style>
span { border-color: #0FA12D; }
span { border-color: rgb(15,161,45); }
td.TdClassName
{
border-color: #0FA12D;
}
.TagClassName
{
border-color: #0FA12D;
}
</style>