Shades of Forest Green #0FA12B
Tints of Forest Green #0FA12B
RGB
CMYK
RGB Variations
Color information
#0FA12B (or 0x0FA12B) is known color: Forest Green. HEX triplet: 0F, A1 and 2B. RGB value is (15,161,43). Sum of RGB (Red+Green+Blue) = 15+161+43=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 161 (63.28% from 255 or 73.52% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA12B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA12B is #F05ED4. Grayscale: #686868. Windows color (decimal): -15752917 or 2859279. OLE color: 2859279.
HSL color Cylindrical-coordinate representation of color #0FA12B: hue angle of 131.51º 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 #0FA12B is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 43 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.37 |
| HSL | 131.51º | 0.83% | 0.35% | - |
| HSV(B) | 131.51º | 0.91% | 0.63% | - |
| XYZ | 13.38 | 25.77 | 6.55 | - |
| YUV | 103.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 43 | 0.91 | 0 | 0.73 | 0.37 | 131.51 | 0.83 | 0.35 |
| Hex | F | A1 | 2B | 5B | 0 | 49 | 25 | 84 | 53 | 23 |
| Octal | 17 | 241 | 53 | 133 | 0 | 111 | 45 | 204 | 123 | 43 |
| Binary | 1111 | 10100001 | 101011 | 1011011 | 0 | 1001001 | 100101 | 10000100 | 1010011 | 100011 |
Color Harmonies of #0FA12B
Complementary color
Monochromatic Colors of #0FA12B
Black with #0FA12B
Text Example
Text Example
White with #0FA12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA12B; }
p { color: rgb(15,161,43); }
H1.HeaderClassName
{
color: #0FA12B;
}
.AnyTagClassName
{
color: #0FA12B;
}
</style>
background-color css
<style>
a { background-color: #0FA12B; }
a { background-color: rgb(15,161,43); }
div.DivClassName
{
background-color: #0FA12B;
}
.BgClassName
{
background-color: #0FA12B;
}
</style>
border-color css
<style>
span { border-color: #0FA12B; }
span { border-color: rgb(15,161,43); }
td.TdClassName
{
border-color: #0FA12B;
}
.TagClassName
{
border-color: #0FA12B;
}
</style>