Shades of Pigment Green #059C40
Tints of Pigment Green #059C40
RGB
CMYK
RGB Variations
Color information
#059C40 (or 0x059C40) is known color: Pigment Green. HEX triplet: 05, 9C and 40. RGB value is (5,156,64). Sum of RGB (Red+Green+Blue) = 5+156+64=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 156 (61.33% from 255 or 69.33% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 156 - color contains mainly: green. Hex color #059C40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059C40 is #FA63BF. Grayscale: #646464. Windows color (decimal): -16409536 or 4234245. OLE color: 4234245.
HSL color Cylindrical-coordinate representation of color #059C40: hue angle of 143.44º 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 #059C40 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 64 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.39 |
| HSL | 143.44º | 0.94% | 0.32% | - |
| HSV(B) | 143.44º | 0.97% | 0.61% | - |
| XYZ | 12.88 | 24.18 | 8.84 | - |
| YUV | 100.36 | 107.47 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 64 | 0.97 | 0 | 0.59 | 0.39 | 143.44 | 0.94 | 0.32 |
| Hex | 5 | 9C | 40 | 61 | 0 | 3B | 27 | 8F | 5E | 20 |
| Octal | 5 | 234 | 100 | 141 | 0 | 73 | 47 | 217 | 136 | 40 |
| Binary | 101 | 10011100 | 1000000 | 1100001 | 0 | 111011 | 100111 | 10001111 | 1011110 | 100000 |
Color Harmonies of #059C40
Complementary color
Monochromatic Colors of #059C40
Black with #059C40
Text Example
Text Example
White with #059C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C40; }
p { color: rgb(5,156,64); }
H1.HeaderClassName
{
color: #059C40;
}
.AnyTagClassName
{
color: #059C40;
}
</style>
background-color css
<style>
a { background-color: #059C40; }
a { background-color: rgb(5,156,64); }
div.DivClassName
{
background-color: #059C40;
}
.BgClassName
{
background-color: #059C40;
}
</style>
border-color css
<style>
span { border-color: #059C40; }
span { border-color: rgb(5,156,64); }
td.TdClassName
{
border-color: #059C40;
}
.TagClassName
{
border-color: #059C40;
}
</style>