Shades of Forest Green #0FA61E
Tints of Forest Green #0FA61E
RGB
CMYK
RGB Variations
Color information
#0FA61E (or 0x0FA61E) is known color: Forest Green. HEX triplet: 0F, A6 and 1E. RGB value is (15,166,30). Sum of RGB (Red+Green+Blue) = 15+166+30=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 166 (65.23% from 255 or 78.67% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA61E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA61E is #F059E1. Grayscale: #696969. Windows color (decimal): -15751650 or 2008591. OLE color: 2008591.
HSL color Cylindrical-coordinate representation of color #0FA61E: hue angle of 125.96º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA61E is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 30 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.35 |
| HSL | 125.96º | 0.83% | 0.35% | - |
| HSV(B) | 125.96º | 0.91% | 0.65% | - |
| XYZ | 14.07 | 27.47 | 5.79 | - |
| YUV | 105.35 | 85.47 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 30 | 0.91 | 0 | 0.82 | 0.35 | 125.96 | 0.83 | 0.35 |
| Hex | F | A6 | 1E | 5B | 0 | 52 | 23 | 7E | 53 | 23 |
| Octal | 17 | 246 | 36 | 133 | 0 | 122 | 43 | 176 | 123 | 43 |
| Binary | 1111 | 10100110 | 11110 | 1011011 | 0 | 1010010 | 100011 | 1111110 | 1010011 | 100011 |
Color Harmonies of #0FA61E
Complementary color
Monochromatic Colors of #0FA61E
Black with #0FA61E
Text Example
Text Example
White with #0FA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA61E; }
p { color: rgb(15,166,30); }
H1.HeaderClassName
{
color: #0FA61E;
}
.AnyTagClassName
{
color: #0FA61E;
}
</style>
background-color css
<style>
a { background-color: #0FA61E; }
a { background-color: rgb(15,166,30); }
div.DivClassName
{
background-color: #0FA61E;
}
.BgClassName
{
background-color: #0FA61E;
}
</style>
border-color css
<style>
span { border-color: #0FA61E; }
span { border-color: rgb(15,166,30); }
td.TdClassName
{
border-color: #0FA61E;
}
.TagClassName
{
border-color: #0FA61E;
}
</style>