Shades of Pigment Green #15B55A
Tints of Pigment Green #15B55A
RGB
CMYK
RGB Variations
Color information
#15B55A (or 0x15B55A) is known color: Pigment Green. HEX triplet: 15, B5 and 5A. RGB value is (21,181,90). Sum of RGB (Red+Green+Blue) = 21+181+90=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #15B55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15B55A is #EA4AA5. Grayscale: #7A7A7A. Windows color (decimal): -15354534 or 5944597. OLE color: 5944597.
HSL color Cylindrical-coordinate representation of color #15B55A: hue angle of 145.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B55A is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 181 | 90 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.29 |
| HSL | 145.88º | 0.79% | 0.4% | - |
| HSV(B) | 145.88º | 0.88% | 0.71% | - |
| XYZ | 18.68 | 33.95 | 15.24 | - |
| YUV | 122.79 | 109.49 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 181 | 90 | 0.88 | 0 | 0.50 | 0.29 | 145.88 | 0.79 | 0.4 |
| Hex | 15 | B5 | 5A | 58 | 0 | 32 | 1D | 92 | 4F | 28 |
| Octal | 25 | 265 | 132 | 130 | 0 | 62 | 35 | 222 | 117 | 50 |
| Binary | 10101 | 10110101 | 1011010 | 1011000 | 0 | 110010 | 11101 | 10010010 | 1001111 | 101000 |
Color Harmonies of #15B55A
Complementary color
Monochromatic Colors of #15B55A
Black with #15B55A
Text Example
Text Example
White with #15B55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B55A; }
p { color: rgb(21,181,90); }
H1.HeaderClassName
{
color: #15B55A;
}
.AnyTagClassName
{
color: #15B55A;
}
</style>
background-color css
<style>
a { background-color: #15B55A; }
a { background-color: rgb(21,181,90); }
div.DivClassName
{
background-color: #15B55A;
}
.BgClassName
{
background-color: #15B55A;
}
</style>
border-color css
<style>
span { border-color: #15B55A; }
span { border-color: rgb(21,181,90); }
td.TdClassName
{
border-color: #15B55A;
}
.TagClassName
{
border-color: #15B55A;
}
</style>