Shades of Forest Green #05A124
Tints of Forest Green #05A124
RGB
CMYK
RGB Variations
Color information
#05A124 (or 0x05A124) is known color: Forest Green. HEX triplet: 05, A1 and 24. RGB value is (5,161,36). Sum of RGB (Red+Green+Blue) = 5+161+36=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 161 (63.28% from 255 or 79.70% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 161 - color contains mainly: green. Hex color #05A124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A124 is #FA5EDB. Grayscale: #646464. Windows color (decimal): -16408284 or 2400517. OLE color: 2400517.
HSL color Cylindrical-coordinate representation of color #05A124: hue angle of 131.92º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A124 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 161 | 36 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.37 |
| HSL | 131.92º | 0.94% | 0.33% | - |
| HSV(B) | 131.92º | 0.97% | 0.63% | - |
| XYZ | 13.13 | 25.65 | 5.93 | - |
| YUV | 100.11 | 91.82 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 36 | 0.97 | 0 | 0.78 | 0.37 | 131.92 | 0.94 | 0.33 |
| Hex | 5 | A1 | 24 | 61 | 0 | 4E | 25 | 84 | 5E | 21 |
| Octal | 5 | 241 | 44 | 141 | 0 | 116 | 45 | 204 | 136 | 41 |
| Binary | 101 | 10100001 | 100100 | 1100001 | 0 | 1001110 | 100101 | 10000100 | 1011110 | 100001 |
Color Harmonies of #05A124
Complementary color
Monochromatic Colors of #05A124
Black with #05A124
Text Example
Text Example
White with #05A124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A124; }
p { color: rgb(5,161,36); }
H1.HeaderClassName
{
color: #05A124;
}
.AnyTagClassName
{
color: #05A124;
}
</style>
background-color css
<style>
a { background-color: #05A124; }
a { background-color: rgb(5,161,36); }
div.DivClassName
{
background-color: #05A124;
}
.BgClassName
{
background-color: #05A124;
}
</style>
border-color css
<style>
span { border-color: #05A124; }
span { border-color: rgb(5,161,36); }
td.TdClassName
{
border-color: #05A124;
}
.TagClassName
{
border-color: #05A124;
}
</style>