Shades of Forest Green #0FA521
Tints of Forest Green #0FA521
RGB
CMYK
RGB Variations
Color information
#0FA521 (or 0x0FA521) is known color: Forest Green. HEX triplet: 0F, A5 and 21. RGB value is (15,165,33). Sum of RGB (Red+Green+Blue) = 15+165+33=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 165 (64.84% from 255 or 77.46% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA521 is #F05ADE. Grayscale: #696969. Windows color (decimal): -15751903 or 2204943. OLE color: 2204943.
HSL color Cylindrical-coordinate representation of color #0FA521: hue angle of 127.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA521 is Cyan = 0.91, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 165 | 33 | - |
| CMYK | 0.91 | 0 | 0.8 | 0.35 |
| HSL | 127.2º | 0.83% | 0.35% | - |
| HSV(B) | 127.2º | 0.91% | 0.65% | - |
| XYZ | 13.93 | 27.12 | 5.94 | - |
| YUV | 105.1 | 87.31 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 33 | 0.91 | 0 | 0.8 | 0.35 | 127.2 | 0.83 | 0.35 |
| Hex | F | A5 | 21 | 5B | 0 | 50 | 23 | 7F | 53 | 23 |
| Octal | 17 | 245 | 41 | 133 | 0 | 120 | 43 | 177 | 123 | 43 |
| Binary | 1111 | 10100101 | 100001 | 1011011 | 0 | 1010000 | 100011 | 1111111 | 1010011 | 100011 |
Color Harmonies of #0FA521
Complementary color
Monochromatic Colors of #0FA521
Black with #0FA521
Text Example
Text Example
White with #0FA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA521; }
p { color: rgb(15,165,33); }
H1.HeaderClassName
{
color: #0FA521;
}
.AnyTagClassName
{
color: #0FA521;
}
</style>
background-color css
<style>
a { background-color: #0FA521; }
a { background-color: rgb(15,165,33); }
div.DivClassName
{
background-color: #0FA521;
}
.BgClassName
{
background-color: #0FA521;
}
</style>
border-color css
<style>
span { border-color: #0FA521; }
span { border-color: rgb(15,165,33); }
td.TdClassName
{
border-color: #0FA521;
}
.TagClassName
{
border-color: #0FA521;
}
</style>