Shades of Pigment Green #05A052
Tints of Pigment Green #05A052
RGB
CMYK
RGB Variations
Color information
#05A052 (or 0x05A052) is known color: Pigment Green. HEX triplet: 05, A0 and 52. RGB value is (5,160,82). Sum of RGB (Red+Green+Blue) = 5+160+82=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #05A052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A052 is #FA5FAD. Grayscale: #686868. Windows color (decimal): -16408494 or 5414917. OLE color: 5414917.
HSL color Cylindrical-coordinate representation of color #05A052: hue angle of 149.81º 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 #05A052 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 82 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.37 |
| HSL | 149.81º | 0.94% | 0.32% | - |
| HSV(B) | 149.81º | 0.97% | 0.63% | - |
| XYZ | 14.16 | 25.78 | 12.21 | - |
| YUV | 104.76 | 115.15 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 82 | 0.97 | 0 | 0.49 | 0.37 | 149.81 | 0.94 | 0.32 |
| Hex | 5 | A0 | 52 | 61 | 0 | 31 | 25 | 96 | 5E | 20 |
| Octal | 5 | 240 | 122 | 141 | 0 | 61 | 45 | 226 | 136 | 40 |
| Binary | 101 | 10100000 | 1010010 | 1100001 | 0 | 110001 | 100101 | 10010110 | 1011110 | 100000 |
Color Harmonies of #05A052
Complementary color
Monochromatic Colors of #05A052
Black with #05A052
Text Example
Text Example
White with #05A052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A052; }
p { color: rgb(5,160,82); }
H1.HeaderClassName
{
color: #05A052;
}
.AnyTagClassName
{
color: #05A052;
}
</style>
background-color css
<style>
a { background-color: #05A052; }
a { background-color: rgb(5,160,82); }
div.DivClassName
{
background-color: #05A052;
}
.BgClassName
{
background-color: #05A052;
}
</style>
border-color css
<style>
span { border-color: #05A052; }
span { border-color: rgb(5,160,82); }
td.TdClassName
{
border-color: #05A052;
}
.TagClassName
{
border-color: #05A052;
}
</style>