Shades of Pigment Green #05A04A
Tints of Pigment Green #05A04A
RGB
CMYK
RGB Variations
Color information
#05A04A (or 0x05A04A) is known color: Pigment Green. HEX triplet: 05, A0 and 4A. RGB value is (5,160,74). Sum of RGB (Red+Green+Blue) = 5+160+74=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 160 (62.89% from 255 or 66.95% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 160 - color contains mainly: green. Hex color #05A04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A04A is #FA5FB5. Grayscale: #686868. Windows color (decimal): -16408502 or 4890629. OLE color: 4890629.
HSL color Cylindrical-coordinate representation of color #05A04A: hue angle of 146.71º 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 #05A04A is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 74 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.37 |
| HSL | 146.71º | 0.94% | 0.32% | - |
| HSV(B) | 146.71º | 0.97% | 0.63% | - |
| XYZ | 13.87 | 25.67 | 10.7 | - |
| YUV | 103.85 | 111.15 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 74 | 0.97 | 0 | 0.54 | 0.37 | 146.71 | 0.94 | 0.32 |
| Hex | 5 | A0 | 4A | 61 | 0 | 36 | 25 | 93 | 5E | 20 |
| Octal | 5 | 240 | 112 | 141 | 0 | 66 | 45 | 223 | 136 | 40 |
| Binary | 101 | 10100000 | 1001010 | 1100001 | 0 | 110110 | 100101 | 10010011 | 1011110 | 100000 |
Color Harmonies of #05A04A
Complementary color
Monochromatic Colors of #05A04A
Black with #05A04A
Text Example
Text Example
White with #05A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A04A; }
p { color: rgb(5,160,74); }
H1.HeaderClassName
{
color: #05A04A;
}
.AnyTagClassName
{
color: #05A04A;
}
</style>
background-color css
<style>
a { background-color: #05A04A; }
a { background-color: rgb(5,160,74); }
div.DivClassName
{
background-color: #05A04A;
}
.BgClassName
{
background-color: #05A04A;
}
</style>
border-color css
<style>
span { border-color: #05A04A; }
span { border-color: rgb(5,160,74); }
td.TdClassName
{
border-color: #05A04A;
}
.TagClassName
{
border-color: #05A04A;
}
</style>