Shades of Pigment Green #15AA5C
Tints of Pigment Green #15AA5C
RGB
CMYK
RGB Variations
Color information
#15AA5C (or 0x15AA5C) is known color: Pigment Green. HEX triplet: 15, AA and 5C. RGB value is (21,170,92). Sum of RGB (Red+Green+Blue) = 21+170+92=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #15AA5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15AA5C is #EA55A3. Grayscale: #747474. Windows color (decimal): -15357348 or 6072853. OLE color: 6072853.
HSL color Cylindrical-coordinate representation of color #15AA5C: hue angle of 148.59º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AA5C is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 170 | 92 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.33 |
| HSL | 148.59º | 0.78% | 0.37% | - |
| HSV(B) | 148.59º | 0.88% | 0.67% | - |
| XYZ | 16.62 | 29.68 | 14.98 | - |
| YUV | 116.56 | 114.14 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 92 | 0.88 | 0 | 0.46 | 0.33 | 148.59 | 0.78 | 0.37 |
| Hex | 15 | AA | 5C | 58 | 0 | 2E | 21 | 95 | 4E | 25 |
| Octal | 25 | 252 | 134 | 130 | 0 | 56 | 41 | 225 | 116 | 45 |
| Binary | 10101 | 10101010 | 1011100 | 1011000 | 0 | 101110 | 100001 | 10010101 | 1001110 | 100101 |
Color Harmonies of #15AA5C
Complementary color
Monochromatic Colors of #15AA5C
Black with #15AA5C
Text Example
Text Example
White with #15AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AA5C; }
p { color: rgb(21,170,92); }
H1.HeaderClassName
{
color: #15AA5C;
}
.AnyTagClassName
{
color: #15AA5C;
}
</style>
background-color css
<style>
a { background-color: #15AA5C; }
a { background-color: rgb(21,170,92); }
div.DivClassName
{
background-color: #15AA5C;
}
.BgClassName
{
background-color: #15AA5C;
}
</style>
border-color css
<style>
span { border-color: #15AA5C; }
span { border-color: rgb(21,170,92); }
td.TdClassName
{
border-color: #15AA5C;
}
.TagClassName
{
border-color: #15AA5C;
}
</style>