Shades of Forest Green #0FA71D
Tints of Forest Green #0FA71D
RGB
CMYK
RGB Variations
Color information
#0FA71D (or 0x0FA71D) is known color: Forest Green. HEX triplet: 0F, A7 and 1D. RGB value is (15,167,29). Sum of RGB (Red+Green+Blue) = 15+167+29=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 167 (65.62% from 255 or 79.15% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA71D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA71D is #F058E2. Grayscale: #6A6A6A. Windows color (decimal): -15751395 or 1943311. OLE color: 1943311.
HSL color Cylindrical-coordinate representation of color #0FA71D: hue angle of 125.53º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA71D is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 167 | 29 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.35 |
| HSL | 125.53º | 0.84% | 0.36% | - |
| HSV(B) | 125.53º | 0.91% | 0.65% | - |
| XYZ | 14.24 | 27.83 | 5.78 | - |
| YUV | 105.82 | 84.64 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 29 | 0.91 | 0 | 0.83 | 0.35 | 125.53 | 0.84 | 0.36 |
| Hex | F | A7 | 1D | 5B | 0 | 53 | 23 | 7E | 54 | 24 |
| Octal | 17 | 247 | 35 | 133 | 0 | 123 | 43 | 176 | 124 | 44 |
| Binary | 1111 | 10100111 | 11101 | 1011011 | 0 | 1010011 | 100011 | 1111110 | 1010100 | 100100 |
Color Harmonies of #0FA71D
Complementary color
Monochromatic Colors of #0FA71D
Black with #0FA71D
Text Example
Text Example
White with #0FA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA71D; }
p { color: rgb(15,167,29); }
H1.HeaderClassName
{
color: #0FA71D;
}
.AnyTagClassName
{
color: #0FA71D;
}
</style>
background-color css
<style>
a { background-color: #0FA71D; }
a { background-color: rgb(15,167,29); }
div.DivClassName
{
background-color: #0FA71D;
}
.BgClassName
{
background-color: #0FA71D;
}
</style>
border-color css
<style>
span { border-color: #0FA71D; }
span { border-color: rgb(15,167,29); }
td.TdClassName
{
border-color: #0FA71D;
}
.TagClassName
{
border-color: #0FA71D;
}
</style>