Shades of Pigment Green #15A246
Tints of Pigment Green #15A246
RGB
CMYK
RGB Variations
Color information
#15A246 (or 0x15A246) is known color: Pigment Green. HEX triplet: 15, A2 and 46. RGB value is (21,162,70). Sum of RGB (Red+Green+Blue) = 21+162+70=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 162 (63.67% from 255 or 64.03% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 162 - color contains mainly: green. Hex color #15A246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A246 is #EA5DB9. Grayscale: #6D6D6D. Windows color (decimal): -15359418 or 4629013. OLE color: 4629013.
HSL color Cylindrical-coordinate representation of color #15A246: hue angle of 140.85º 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 #15A246 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 162 | 70 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.36 |
| HSL | 140.85º | 0.77% | 0.36% | - |
| HSV(B) | 140.85º | 0.87% | 0.64% | - |
| XYZ | 14.34 | 26.44 | 10.14 | - |
| YUV | 109.35 | 105.79 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 162 | 70 | 0.87 | 0 | 0.57 | 0.36 | 140.85 | 0.77 | 0.36 |
| Hex | 15 | A2 | 46 | 57 | 0 | 39 | 24 | 8D | 4D | 24 |
| Octal | 25 | 242 | 106 | 127 | 0 | 71 | 44 | 215 | 115 | 44 |
| Binary | 10101 | 10100010 | 1000110 | 1010111 | 0 | 111001 | 100100 | 10001101 | 1001101 | 100100 |
Color Harmonies of #15A246
Complementary color
Monochromatic Colors of #15A246
Black with #15A246
Text Example
Text Example
White with #15A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A246; }
p { color: rgb(21,162,70); }
H1.HeaderClassName
{
color: #15A246;
}
.AnyTagClassName
{
color: #15A246;
}
</style>
background-color css
<style>
a { background-color: #15A246; }
a { background-color: rgb(21,162,70); }
div.DivClassName
{
background-color: #15A246;
}
.BgClassName
{
background-color: #15A246;
}
</style>
border-color css
<style>
span { border-color: #15A246; }
span { border-color: rgb(21,162,70); }
td.TdClassName
{
border-color: #15A246;
}
.TagClassName
{
border-color: #15A246;
}
</style>