Shades of Pigment Green #15A252
Tints of Pigment Green #15A252
RGB
CMYK
RGB Variations
Color information
#15A252 (or 0x15A252) is known color: Pigment Green. HEX triplet: 15, A2 and 52. RGB value is (21,162,82). Sum of RGB (Red+Green+Blue) = 21+162+82=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #15A252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A252 is #EA5DAD. Grayscale: #6E6E6E. Windows color (decimal): -15359406 or 5415445. OLE color: 5415445.
HSL color Cylindrical-coordinate representation of color #15A252: hue angle of 145.96º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A252 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 162 | 82 | - |
| CMYK | 0.87 | 0 | 0.49 | 0.36 |
| HSL | 145.96º | 0.77% | 0.36% | - |
| HSV(B) | 145.96º | 0.87% | 0.64% | - |
| XYZ | 14.75 | 26.61 | 12.34 | - |
| YUV | 110.72 | 111.79 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 162 | 82 | 0.87 | 0 | 0.49 | 0.36 | 145.96 | 0.77 | 0.36 |
| Hex | 15 | A2 | 52 | 57 | 0 | 31 | 24 | 92 | 4D | 24 |
| Octal | 25 | 242 | 122 | 127 | 0 | 61 | 44 | 222 | 115 | 44 |
| Binary | 10101 | 10100010 | 1010010 | 1010111 | 0 | 110001 | 100100 | 10010010 | 1001101 | 100100 |
Color Harmonies of #15A252
Complementary color
Monochromatic Colors of #15A252
Black with #15A252
Text Example
Text Example
White with #15A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A252; }
p { color: rgb(21,162,82); }
H1.HeaderClassName
{
color: #15A252;
}
.AnyTagClassName
{
color: #15A252;
}
</style>
background-color css
<style>
a { background-color: #15A252; }
a { background-color: rgb(21,162,82); }
div.DivClassName
{
background-color: #15A252;
}
.BgClassName
{
background-color: #15A252;
}
</style>
border-color css
<style>
span { border-color: #15A252; }
span { border-color: rgb(21,162,82); }
td.TdClassName
{
border-color: #15A252;
}
.TagClassName
{
border-color: #15A252;
}
</style>