Shades of Forest Green #0FA226
Tints of Forest Green #0FA226
RGB
CMYK
RGB Variations
Color information
#0FA226 (or 0x0FA226) is known color: Forest Green. HEX triplet: 0F, A2 and 26. RGB value is (15,162,38). Sum of RGB (Red+Green+Blue) = 15+162+38=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 162 (63.67% from 255 or 75.35% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA226 is #F05DD9. Grayscale: #686868. Windows color (decimal): -15752666 or 2531855. OLE color: 2531855.
HSL color Cylindrical-coordinate representation of color #0FA226: hue angle of 129.39º 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 #0FA226 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 38 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.36 |
| HSL | 129.39º | 0.83% | 0.35% | - |
| HSV(B) | 129.39º | 0.91% | 0.64% | - |
| XYZ | 13.47 | 26.08 | 6.16 | - |
| YUV | 103.91 | 90.8 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 38 | 0.91 | 0 | 0.77 | 0.36 | 129.39 | 0.83 | 0.35 |
| Hex | F | A2 | 26 | 5B | 0 | 4D | 24 | 81 | 53 | 23 |
| Octal | 17 | 242 | 46 | 133 | 0 | 115 | 44 | 201 | 123 | 43 |
| Binary | 1111 | 10100010 | 100110 | 1011011 | 0 | 1001101 | 100100 | 10000001 | 1010011 | 100011 |
Color Harmonies of #0FA226
Complementary color
Monochromatic Colors of #0FA226
Black with #0FA226
Text Example
Text Example
White with #0FA226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA226; }
p { color: rgb(15,162,38); }
H1.HeaderClassName
{
color: #0FA226;
}
.AnyTagClassName
{
color: #0FA226;
}
</style>
background-color css
<style>
a { background-color: #0FA226; }
a { background-color: rgb(15,162,38); }
div.DivClassName
{
background-color: #0FA226;
}
.BgClassName
{
background-color: #0FA226;
}
</style>
border-color css
<style>
span { border-color: #0FA226; }
span { border-color: rgb(15,162,38); }
td.TdClassName
{
border-color: #0FA226;
}
.TagClassName
{
border-color: #0FA226;
}
</style>