Shades of Forest Green #0FAD1F
Tints of Forest Green #0FAD1F
RGB
CMYK
RGB Variations
Color information
#0FAD1F (or 0x0FAD1F) is known color: Forest Green. HEX triplet: 0F, AD and 1F. RGB value is (15,173,31). Sum of RGB (Red+Green+Blue) = 15+173+31=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 173 (67.97% from 255 or 79.00% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAD1F is #F052E0. Grayscale: #6D6D6D. Windows color (decimal): -15749857 or 2075919. OLE color: 2075919.
HSL color Cylindrical-coordinate representation of color #0FAD1F: hue angle of 126.08º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD1F is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 31 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.32 |
| HSL | 126.08º | 0.84% | 0.37% | - |
| HSV(B) | 126.08º | 0.91% | 0.68% | - |
| XYZ | 15.39 | 30.09 | 6.29 | - |
| YUV | 109.57 | 83.65 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 31 | 0.91 | 0 | 0.82 | 0.32 | 126.08 | 0.84 | 0.37 |
| Hex | F | AD | 1F | 5B | 0 | 52 | 20 | 7E | 54 | 25 |
| Octal | 17 | 255 | 37 | 133 | 0 | 122 | 40 | 176 | 124 | 45 |
| Binary | 1111 | 10101101 | 11111 | 1011011 | 0 | 1010010 | 100000 | 1111110 | 1010100 | 100101 |
Color Harmonies of #0FAD1F
Complementary color
Monochromatic Colors of #0FAD1F
Black with #0FAD1F
Text Example
Text Example
White with #0FAD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD1F; }
p { color: rgb(15,173,31); }
H1.HeaderClassName
{
color: #0FAD1F;
}
.AnyTagClassName
{
color: #0FAD1F;
}
</style>
background-color css
<style>
a { background-color: #0FAD1F; }
a { background-color: rgb(15,173,31); }
div.DivClassName
{
background-color: #0FAD1F;
}
.BgClassName
{
background-color: #0FAD1F;
}
</style>
border-color css
<style>
span { border-color: #0FAD1F; }
span { border-color: rgb(15,173,31); }
td.TdClassName
{
border-color: #0FAD1F;
}
.TagClassName
{
border-color: #0FAD1F;
}
</style>