Shades of Pigment Green #05A858
Tints of Pigment Green #05A858
RGB
CMYK
RGB Variations
Color information
#05A858 (or 0x05A858) is known color: Pigment Green. HEX triplet: 05, A8 and 58. RGB value is (5,168,88). Sum of RGB (Red+Green+Blue) = 5+168+88=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 168 (66.02% from 255 or 64.37% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 168 - color contains mainly: green. Hex color #05A858 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A858 is #FA57A7. Grayscale: #6E6E6E. Windows color (decimal): -16406440 or 5810181. OLE color: 5810181.
HSL color Cylindrical-coordinate representation of color #05A858: hue angle of 150.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A858 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 168 | 88 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.34 |
| HSL | 150.55º | 0.94% | 0.34% | - |
| HSV(B) | 150.55º | 0.97% | 0.66% | - |
| XYZ | 15.83 | 28.74 | 13.95 | - |
| YUV | 110.14 | 115.5 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 168 | 88 | 0.97 | 0 | 0.48 | 0.34 | 150.55 | 0.94 | 0.34 |
| Hex | 5 | A8 | 58 | 61 | 0 | 30 | 22 | 97 | 5E | 22 |
| Octal | 5 | 250 | 130 | 141 | 0 | 60 | 42 | 227 | 136 | 42 |
| Binary | 101 | 10101000 | 1011000 | 1100001 | 0 | 110000 | 100010 | 10010111 | 1011110 | 100010 |
Color Harmonies of #05A858
Complementary color
Monochromatic Colors of #05A858
Black with #05A858
Text Example
Text Example
White with #05A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A858; }
p { color: rgb(5,168,88); }
H1.HeaderClassName
{
color: #05A858;
}
.AnyTagClassName
{
color: #05A858;
}
</style>
background-color css
<style>
a { background-color: #05A858; }
a { background-color: rgb(5,168,88); }
div.DivClassName
{
background-color: #05A858;
}
.BgClassName
{
background-color: #05A858;
}
</style>
border-color css
<style>
span { border-color: #05A858; }
span { border-color: rgb(5,168,88); }
td.TdClassName
{
border-color: #05A858;
}
.TagClassName
{
border-color: #05A858;
}
</style>