Shades of Pigment Green #15A852
Tints of Pigment Green #15A852
RGB
CMYK
RGB Variations
Color information
#15A852 (or 0x15A852) is known color: Pigment Green. HEX triplet: 15, A8 and 52. RGB value is (21,168,82). Sum of RGB (Red+Green+Blue) = 21+168+82=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #15A852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A852 is #EA57AD. Grayscale: #727272. Windows color (decimal): -15357870 or 5416981. OLE color: 5416981.
HSL color Cylindrical-coordinate representation of color #15A852: hue angle of 144.9º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A852 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 168 | 82 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.34 |
| HSL | 144.9º | 0.78% | 0.37% | - |
| HSV(B) | 144.9º | 0.88% | 0.66% | - |
| XYZ | 15.83 | 28.77 | 12.7 | - |
| YUV | 114.24 | 109.8 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 82 | 0.88 | 0 | 0.51 | 0.34 | 144.9 | 0.78 | 0.37 |
| Hex | 15 | A8 | 52 | 58 | 0 | 33 | 22 | 91 | 4E | 25 |
| Octal | 25 | 250 | 122 | 130 | 0 | 63 | 42 | 221 | 116 | 45 |
| Binary | 10101 | 10101000 | 1010010 | 1011000 | 0 | 110011 | 100010 | 10010001 | 1001110 | 100101 |
Color Harmonies of #15A852
Complementary color
Monochromatic Colors of #15A852
Black with #15A852
Text Example
Text Example
White with #15A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A852; }
p { color: rgb(21,168,82); }
H1.HeaderClassName
{
color: #15A852;
}
.AnyTagClassName
{
color: #15A852;
}
</style>
background-color css
<style>
a { background-color: #15A852; }
a { background-color: rgb(21,168,82); }
div.DivClassName
{
background-color: #15A852;
}
.BgClassName
{
background-color: #15A852;
}
</style>
border-color css
<style>
span { border-color: #15A852; }
span { border-color: rgb(21,168,82); }
td.TdClassName
{
border-color: #15A852;
}
.TagClassName
{
border-color: #15A852;
}
</style>