Shades of Forest Green #0FA223
Tints of Forest Green #0FA223
RGB
CMYK
RGB Variations
Color information
#0FA223 (or 0x0FA223) is known color: Forest Green. HEX triplet: 0F, A2 and 23. RGB value is (15,162,35). Sum of RGB (Red+Green+Blue) = 15+162+35=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA223 is #F05DDC. Grayscale: #676767. Windows color (decimal): -15752669 or 2335247. OLE color: 2335247.
HSL color Cylindrical-coordinate representation of color #0FA223: hue angle of 128.16º 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 #0FA223 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 35 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.36 |
| HSL | 128.16º | 0.83% | 0.35% | - |
| HSV(B) | 128.16º | 0.91% | 0.64% | - |
| XYZ | 13.42 | 26.06 | 5.91 | - |
| YUV | 103.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 35 | 0.91 | 0 | 0.78 | 0.36 | 128.16 | 0.83 | 0.35 |
| Hex | F | A2 | 23 | 5B | 0 | 4E | 24 | 80 | 53 | 23 |
| Octal | 17 | 242 | 43 | 133 | 0 | 116 | 44 | 200 | 123 | 43 |
| Binary | 1111 | 10100010 | 100011 | 1011011 | 0 | 1001110 | 100100 | 10000000 | 1010011 | 100011 |
Color Harmonies of #0FA223
Complementary color
Monochromatic Colors of #0FA223
Black with #0FA223
Text Example
Text Example
White with #0FA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA223; }
p { color: rgb(15,162,35); }
H1.HeaderClassName
{
color: #0FA223;
}
.AnyTagClassName
{
color: #0FA223;
}
</style>
background-color css
<style>
a { background-color: #0FA223; }
a { background-color: rgb(15,162,35); }
div.DivClassName
{
background-color: #0FA223;
}
.BgClassName
{
background-color: #0FA223;
}
</style>
border-color css
<style>
span { border-color: #0FA223; }
span { border-color: rgb(15,162,35); }
td.TdClassName
{
border-color: #0FA223;
}
.TagClassName
{
border-color: #0FA223;
}
</style>