Shades of Pigment Green #059C56
Tints of Pigment Green #059C56
RGB
CMYK
RGB Variations
Color information
#059C56 (or 0x059C56) is known color: Pigment Green. HEX triplet: 05, 9C and 56. RGB value is (5,156,86). Sum of RGB (Red+Green+Blue) = 5+156+86=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 156 (61.33% from 255 or 63.16% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 156 - color contains mainly: green. Hex color #059C56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C56 is #FA63A9. Grayscale: #676767. Windows color (decimal): -16409514 or 5676037. OLE color: 5676037.
HSL color Cylindrical-coordinate representation of color #059C56: hue angle of 152.19º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C56 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 86 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.39 |
| HSL | 152.19º | 0.94% | 0.32% | - |
| HSV(B) | 152.19º | 0.97% | 0.61% | - |
| XYZ | 13.63 | 24.48 | 12.81 | - |
| YUV | 102.87 | 118.47 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 86 | 0.97 | 0 | 0.45 | 0.39 | 152.19 | 0.94 | 0.32 |
| Hex | 5 | 9C | 56 | 61 | 0 | 2D | 27 | 98 | 5E | 20 |
| Octal | 5 | 234 | 126 | 141 | 0 | 55 | 47 | 230 | 136 | 40 |
| Binary | 101 | 10011100 | 1010110 | 1100001 | 0 | 101101 | 100111 | 10011000 | 1011110 | 100000 |
Color Harmonies of #059C56
Complementary color
Monochromatic Colors of #059C56
Black with #059C56
Text Example
Text Example
White with #059C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C56; }
p { color: rgb(5,156,86); }
H1.HeaderClassName
{
color: #059C56;
}
.AnyTagClassName
{
color: #059C56;
}
</style>
background-color css
<style>
a { background-color: #059C56; }
a { background-color: rgb(5,156,86); }
div.DivClassName
{
background-color: #059C56;
}
.BgClassName
{
background-color: #059C56;
}
</style>
border-color css
<style>
span { border-color: #059C56; }
span { border-color: rgb(5,156,86); }
td.TdClassName
{
border-color: #059C56;
}
.TagClassName
{
border-color: #059C56;
}
</style>