Shades of Pigment Green #15A054
Tints of Pigment Green #15A054
RGB
CMYK
RGB Variations
Color information
#15A054 (or 0x15A054) is known color: Pigment Green. HEX triplet: 15, A0 and 54. RGB value is (21,160,84). Sum of RGB (Red+Green+Blue) = 21+160+84=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 160 (62.89% from 255 or 60.38% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 160 - color contains mainly: green. Hex color #15A054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A054 is #EA5FAB. Grayscale: #6D6D6D. Windows color (decimal): -15359916 or 5546005. OLE color: 5546005.
HSL color Cylindrical-coordinate representation of color #15A054: hue angle of 147.19º 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 #15A054 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 84 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.37 |
| HSL | 147.19º | 0.77% | 0.35% | - |
| HSV(B) | 147.19º | 0.87% | 0.63% | - |
| XYZ | 14.48 | 25.94 | 12.63 | - |
| YUV | 109.78 | 113.45 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 84 | 0.87 | 0 | 0.48 | 0.37 | 147.19 | 0.77 | 0.35 |
| Hex | 15 | A0 | 54 | 57 | 0 | 30 | 25 | 93 | 4D | 23 |
| Octal | 25 | 240 | 124 | 127 | 0 | 60 | 45 | 223 | 115 | 43 |
| Binary | 10101 | 10100000 | 1010100 | 1010111 | 0 | 110000 | 100101 | 10010011 | 1001101 | 100011 |
Color Harmonies of #15A054
Complementary color
Monochromatic Colors of #15A054
Black with #15A054
Text Example
Text Example
White with #15A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A054; }
p { color: rgb(21,160,84); }
H1.HeaderClassName
{
color: #15A054;
}
.AnyTagClassName
{
color: #15A054;
}
</style>
background-color css
<style>
a { background-color: #15A054; }
a { background-color: rgb(21,160,84); }
div.DivClassName
{
background-color: #15A054;
}
.BgClassName
{
background-color: #15A054;
}
</style>
border-color css
<style>
span { border-color: #15A054; }
span { border-color: rgb(21,160,84); }
td.TdClassName
{
border-color: #15A054;
}
.TagClassName
{
border-color: #15A054;
}
</style>