Shades of Forest Green #0FA421
Tints of Forest Green #0FA421
RGB
CMYK
RGB Variations
Color information
#0FA421 (or 0x0FA421) is known color: Forest Green. HEX triplet: 0F, A4 and 21. RGB value is (15,164,33). Sum of RGB (Red+Green+Blue) = 15+164+33=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 164 (64.45% from 255 or 77.36% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA421 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA421 is #F05BDE. Grayscale: #686868. Windows color (decimal): -15752159 or 2204687. OLE color: 2204687.
HSL color Cylindrical-coordinate representation of color #0FA421: hue angle of 127.25º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA421 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 33 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.36 |
| HSL | 127.25º | 0.83% | 0.35% | - |
| HSV(B) | 127.25º | 0.91% | 0.64% | - |
| XYZ | 13.75 | 26.76 | 5.88 | - |
| YUV | 104.52 | 87.64 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 33 | 0.91 | 0 | 0.80 | 0.36 | 127.25 | 0.83 | 0.35 |
| Hex | F | A4 | 21 | 5B | 0 | 50 | 24 | 7F | 53 | 23 |
| Octal | 17 | 244 | 41 | 133 | 0 | 120 | 44 | 177 | 123 | 43 |
| Binary | 1111 | 10100100 | 100001 | 1011011 | 0 | 1010000 | 100100 | 1111111 | 1010011 | 100011 |
Color Harmonies of #0FA421
Complementary color
Monochromatic Colors of #0FA421
Black with #0FA421
Text Example
Text Example
White with #0FA421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA421; }
p { color: rgb(15,164,33); }
H1.HeaderClassName
{
color: #0FA421;
}
.AnyTagClassName
{
color: #0FA421;
}
</style>
background-color css
<style>
a { background-color: #0FA421; }
a { background-color: rgb(15,164,33); }
div.DivClassName
{
background-color: #0FA421;
}
.BgClassName
{
background-color: #0FA421;
}
</style>
border-color css
<style>
span { border-color: #0FA421; }
span { border-color: rgb(15,164,33); }
td.TdClassName
{
border-color: #0FA421;
}
.TagClassName
{
border-color: #0FA421;
}
</style>