Shades of Pigment Green #05A040
Tints of Pigment Green #05A040
RGB
CMYK
RGB Variations
Color information
#05A040 (or 0x05A040) is known color: Pigment Green. HEX triplet: 05, A0 and 40. RGB value is (5,160,64). Sum of RGB (Red+Green+Blue) = 5+160+64=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 160 (62.89% from 255 or 69.87% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 160 - color contains mainly: green. Hex color #05A040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A040 is #FA5FBF. Grayscale: #666666. Windows color (decimal): -16408512 or 4235269. OLE color: 4235269.
HSL color Cylindrical-coordinate representation of color #05A040: hue angle of 142.84º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A040 is Cyan = 0.97, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 64 | - |
| CMYK | 0.97 | 0 | 0.6 | 0.37 |
| HSL | 142.84º | 0.94% | 0.32% | - |
| HSV(B) | 142.84º | 0.97% | 0.63% | - |
| XYZ | 13.56 | 25.54 | 9.07 | - |
| YUV | 102.71 | 106.15 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 64 | 0.97 | 0 | 0.6 | 0.37 | 142.84 | 0.94 | 0.32 |
| Hex | 5 | A0 | 40 | 61 | 0 | 3C | 25 | 8F | 5E | 20 |
| Octal | 5 | 240 | 100 | 141 | 0 | 74 | 45 | 217 | 136 | 40 |
| Binary | 101 | 10100000 | 1000000 | 1100001 | 0 | 111100 | 100101 | 10001111 | 1011110 | 100000 |
Color Harmonies of #05A040
Complementary color
Monochromatic Colors of #05A040
Black with #05A040
Text Example
Text Example
White with #05A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A040; }
p { color: rgb(5,160,64); }
H1.HeaderClassName
{
color: #05A040;
}
.AnyTagClassName
{
color: #05A040;
}
</style>
background-color css
<style>
a { background-color: #05A040; }
a { background-color: rgb(5,160,64); }
div.DivClassName
{
background-color: #05A040;
}
.BgClassName
{
background-color: #05A040;
}
</style>
border-color css
<style>
span { border-color: #05A040; }
span { border-color: rgb(5,160,64); }
td.TdClassName
{
border-color: #05A040;
}
.TagClassName
{
border-color: #05A040;
}
</style>