Shades of Pigment Green #15A059
Tints of Pigment Green #15A059
RGB
CMYK
RGB Variations
Color information
#15A059 (or 0x15A059) is known color: Pigment Green. HEX triplet: 15, A0 and 59. RGB value is (21,160,89). Sum of RGB (Red+Green+Blue) = 21+160+89=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #15A059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A059 is #EA5FA6. Grayscale: #6E6E6E. Windows color (decimal): -15359911 or 5873685. OLE color: 5873685.
HSL color Cylindrical-coordinate representation of color #15A059: hue angle of 149.35º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A059 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 89 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.37 |
| HSL | 149.35º | 0.77% | 0.35% | - |
| HSV(B) | 149.35º | 0.87% | 0.63% | - |
| XYZ | 14.68 | 26.02 | 13.7 | - |
| YUV | 110.35 | 115.95 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 89 | 0.87 | 0 | 0.44 | 0.37 | 149.35 | 0.77 | 0.35 |
| Hex | 15 | A0 | 59 | 57 | 0 | 2C | 25 | 95 | 4D | 23 |
| Octal | 25 | 240 | 131 | 127 | 0 | 54 | 45 | 225 | 115 | 43 |
| Binary | 10101 | 10100000 | 1011001 | 1010111 | 0 | 101100 | 100101 | 10010101 | 1001101 | 100011 |
Color Harmonies of #15A059
Complementary color
Monochromatic Colors of #15A059
Black with #15A059
Text Example
Text Example
White with #15A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A059; }
p { color: rgb(21,160,89); }
H1.HeaderClassName
{
color: #15A059;
}
.AnyTagClassName
{
color: #15A059;
}
</style>
background-color css
<style>
a { background-color: #15A059; }
a { background-color: rgb(21,160,89); }
div.DivClassName
{
background-color: #15A059;
}
.BgClassName
{
background-color: #15A059;
}
</style>
border-color css
<style>
span { border-color: #15A059; }
span { border-color: rgb(21,160,89); }
td.TdClassName
{
border-color: #15A059;
}
.TagClassName
{
border-color: #15A059;
}
</style>