Shades of Forest Green #0FA81E
Tints of Forest Green #0FA81E
RGB
CMYK
RGB Variations
Color information
#0FA81E (or 0x0FA81E) is known color: Forest Green. HEX triplet: 0F, A8 and 1E. RGB value is (15,168,30). Sum of RGB (Red+Green+Blue) = 15+168+30=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 168 (66.02% from 255 or 78.87% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA81E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA81E is #F057E1. Grayscale: #6A6A6A. Windows color (decimal): -15751138 or 2009103. OLE color: 2009103.
HSL color Cylindrical-coordinate representation of color #0FA81E: hue angle of 125.88º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA81E is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 168 | 30 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.34 |
| HSL | 125.88º | 0.84% | 0.36% | - |
| HSV(B) | 125.88º | 0.91% | 0.66% | - |
| XYZ | 14.43 | 28.2 | 5.91 | - |
| YUV | 106.52 | 84.81 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 168 | 30 | 0.91 | 0 | 0.82 | 0.34 | 125.88 | 0.84 | 0.36 |
| Hex | F | A8 | 1E | 5B | 0 | 52 | 22 | 7E | 54 | 24 |
| Octal | 17 | 250 | 36 | 133 | 0 | 122 | 42 | 176 | 124 | 44 |
| Binary | 1111 | 10101000 | 11110 | 1011011 | 0 | 1010010 | 100010 | 1111110 | 1010100 | 100100 |
Color Harmonies of #0FA81E
Complementary color
Monochromatic Colors of #0FA81E
Black with #0FA81E
Text Example
Text Example
White with #0FA81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA81E; }
p { color: rgb(15,168,30); }
H1.HeaderClassName
{
color: #0FA81E;
}
.AnyTagClassName
{
color: #0FA81E;
}
</style>
background-color css
<style>
a { background-color: #0FA81E; }
a { background-color: rgb(15,168,30); }
div.DivClassName
{
background-color: #0FA81E;
}
.BgClassName
{
background-color: #0FA81E;
}
</style>
border-color css
<style>
span { border-color: #0FA81E; }
span { border-color: rgb(15,168,30); }
td.TdClassName
{
border-color: #0FA81E;
}
.TagClassName
{
border-color: #0FA81E;
}
</style>