Shades of Forest Green #0FA22C
Tints of Forest Green #0FA22C
RGB
CMYK
RGB Variations
Color information
#0FA22C (or 0x0FA22C) is known color: Forest Green. HEX triplet: 0F, A2 and 2C. RGB value is (15,162,44). Sum of RGB (Red+Green+Blue) = 15+162+44=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 162 (63.67% from 255 or 73.30% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA22C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA22C is #F05DD3. Grayscale: #686868. Windows color (decimal): -15752660 or 2925071. OLE color: 2925071.
HSL color Cylindrical-coordinate representation of color #0FA22C: hue angle of 131.84º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA22C is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 44 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.36 |
| HSL | 131.84º | 0.83% | 0.35% | - |
| HSV(B) | 131.84º | 0.91% | 0.64% | - |
| XYZ | 13.57 | 26.12 | 6.71 | - |
| YUV | 104.6 | 93.8 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 44 | 0.91 | 0 | 0.73 | 0.36 | 131.84 | 0.83 | 0.35 |
| Hex | F | A2 | 2C | 5B | 0 | 49 | 24 | 84 | 53 | 23 |
| Octal | 17 | 242 | 54 | 133 | 0 | 111 | 44 | 204 | 123 | 43 |
| Binary | 1111 | 10100010 | 101100 | 1011011 | 0 | 1001001 | 100100 | 10000100 | 1010011 | 100011 |
Color Harmonies of #0FA22C
Complementary color
Monochromatic Colors of #0FA22C
Black with #0FA22C
Text Example
Text Example
White with #0FA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA22C; }
p { color: rgb(15,162,44); }
H1.HeaderClassName
{
color: #0FA22C;
}
.AnyTagClassName
{
color: #0FA22C;
}
</style>
background-color css
<style>
a { background-color: #0FA22C; }
a { background-color: rgb(15,162,44); }
div.DivClassName
{
background-color: #0FA22C;
}
.BgClassName
{
background-color: #0FA22C;
}
</style>
border-color css
<style>
span { border-color: #0FA22C; }
span { border-color: rgb(15,162,44); }
td.TdClassName
{
border-color: #0FA22C;
}
.TagClassName
{
border-color: #0FA22C;
}
</style>