Shades of Pigment Green #059A46
Tints of Pigment Green #059A46
RGB
CMYK
RGB Variations
Color information
#059A46 (or 0x059A46) is known color: Pigment Green. HEX triplet: 05, 9A and 46. RGB value is (5,154,70). Sum of RGB (Red+Green+Blue) = 5+154+70=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 154 (60.55% from 255 or 67.25% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 154 - color contains mainly: green. Hex color #059A46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059A46 is #FA65B9. Grayscale: #646464. Windows color (decimal): -16410042 or 4626949. OLE color: 4626949.
HSL color Cylindrical-coordinate representation of color #059A46: hue angle of 146.17º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059A46 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 154 | 70 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.40 |
| HSL | 146.17º | 0.94% | 0.31% | - |
| HSV(B) | 146.17º | 0.97% | 0.6% | - |
| XYZ | 12.72 | 23.59 | 9.68 | - |
| YUV | 99.87 | 111.14 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 70 | 0.97 | 0 | 0.55 | 0.40 | 146.17 | 0.94 | 0.31 |
| Hex | 5 | 9A | 46 | 61 | 0 | 37 | 28 | 92 | 5E | 1F |
| Octal | 5 | 232 | 106 | 141 | 0 | 67 | 50 | 222 | 136 | 37 |
| Binary | 101 | 10011010 | 1000110 | 1100001 | 0 | 110111 | 101000 | 10010010 | 1011110 | 11111 |
Color Harmonies of #059A46
Complementary color
Monochromatic Colors of #059A46
Black with #059A46
Text Example
Text Example
White with #059A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059A46; }
p { color: rgb(5,154,70); }
H1.HeaderClassName
{
color: #059A46;
}
.AnyTagClassName
{
color: #059A46;
}
</style>
background-color css
<style>
a { background-color: #059A46; }
a { background-color: rgb(5,154,70); }
div.DivClassName
{
background-color: #059A46;
}
.BgClassName
{
background-color: #059A46;
}
</style>
border-color css
<style>
span { border-color: #059A46; }
span { border-color: rgb(5,154,70); }
td.TdClassName
{
border-color: #059A46;
}
.TagClassName
{
border-color: #059A46;
}
</style>