Shades of Forest Green #0FA127
Tints of Forest Green #0FA127
RGB
CMYK
RGB Variations
Color information
#0FA127 (or 0x0FA127) is known color: Forest Green. HEX triplet: 0F, A1 and 27. RGB value is (15,161,39). Sum of RGB (Red+Green+Blue) = 15+161+39=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 161 (63.28% from 255 or 74.88% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA127 is #F05ED8. Grayscale: #676767. Windows color (decimal): -15752921 or 2597135. OLE color: 2597135.
HSL color Cylindrical-coordinate representation of color #0FA127: hue angle of 129.86º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA127 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 39 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.37 |
| HSL | 129.86º | 0.83% | 0.35% | - |
| HSV(B) | 129.86º | 0.91% | 0.63% | - |
| XYZ | 13.31 | 25.74 | 6.19 | - |
| YUV | 103.44 | 91.63 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 39 | 0.91 | 0 | 0.76 | 0.37 | 129.86 | 0.83 | 0.35 |
| Hex | F | A1 | 27 | 5B | 0 | 4C | 25 | 82 | 53 | 23 |
| Octal | 17 | 241 | 47 | 133 | 0 | 114 | 45 | 202 | 123 | 43 |
| Binary | 1111 | 10100001 | 100111 | 1011011 | 0 | 1001100 | 100101 | 10000010 | 1010011 | 100011 |
Color Harmonies of #0FA127
Complementary color
Monochromatic Colors of #0FA127
Black with #0FA127
Text Example
Text Example
White with #0FA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA127; }
p { color: rgb(15,161,39); }
H1.HeaderClassName
{
color: #0FA127;
}
.AnyTagClassName
{
color: #0FA127;
}
</style>
background-color css
<style>
a { background-color: #0FA127; }
a { background-color: rgb(15,161,39); }
div.DivClassName
{
background-color: #0FA127;
}
.BgClassName
{
background-color: #0FA127;
}
</style>
border-color css
<style>
span { border-color: #0FA127; }
span { border-color: rgb(15,161,39); }
td.TdClassName
{
border-color: #0FA127;
}
.TagClassName
{
border-color: #0FA127;
}
</style>