Shades of Forest Green #0FAB1F
Tints of Forest Green #0FAB1F
RGB
CMYK
RGB Variations
Color information
#0FAB1F (or 0x0FAB1F) is known color: Forest Green. HEX triplet: 0F, AB and 1F. RGB value is (15,171,31). Sum of RGB (Red+Green+Blue) = 15+171+31=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 171 (67.19% from 255 or 78.80% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAB1F is #F054E0. Grayscale: #6C6C6C. Windows color (decimal): -15750369 or 2075407. OLE color: 2075407.
HSL color Cylindrical-coordinate representation of color #0FAB1F: hue angle of 126.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAB1F is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 31 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.33 |
| HSL | 126.15º | 0.84% | 0.36% | - |
| HSV(B) | 126.15º | 0.91% | 0.67% | - |
| XYZ | 15.01 | 29.33 | 6.17 | - |
| YUV | 108.4 | 84.32 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 31 | 0.91 | 0 | 0.82 | 0.33 | 126.15 | 0.84 | 0.36 |
| Hex | F | AB | 1F | 5B | 0 | 52 | 21 | 7E | 54 | 24 |
| Octal | 17 | 253 | 37 | 133 | 0 | 122 | 41 | 176 | 124 | 44 |
| Binary | 1111 | 10101011 | 11111 | 1011011 | 0 | 1010010 | 100001 | 1111110 | 1010100 | 100100 |
Color Harmonies of #0FAB1F
Complementary color
Monochromatic Colors of #0FAB1F
Black with #0FAB1F
Text Example
Text Example
White with #0FAB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB1F; }
p { color: rgb(15,171,31); }
H1.HeaderClassName
{
color: #0FAB1F;
}
.AnyTagClassName
{
color: #0FAB1F;
}
</style>
background-color css
<style>
a { background-color: #0FAB1F; }
a { background-color: rgb(15,171,31); }
div.DivClassName
{
background-color: #0FAB1F;
}
.BgClassName
{
background-color: #0FAB1F;
}
</style>
border-color css
<style>
span { border-color: #0FAB1F; }
span { border-color: rgb(15,171,31); }
td.TdClassName
{
border-color: #0FAB1F;
}
.TagClassName
{
border-color: #0FAB1F;
}
</style>