Shades of Pigment Green #15A55C
Tints of Pigment Green #15A55C
RGB
CMYK
RGB Variations
Color information
#15A55C (or 0x15A55C) is known color: Pigment Green. HEX triplet: 15, A5 and 5C. RGB value is (21,165,92). Sum of RGB (Red+Green+Blue) = 21+165+92=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #15A55C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A55C is #EA5AA3. Grayscale: #717171. Windows color (decimal): -15358628 or 6071573. OLE color: 6071573.
HSL color Cylindrical-coordinate representation of color #15A55C: hue angle of 149.58º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A55C is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 165 | 92 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.35 |
| HSL | 149.58º | 0.77% | 0.36% | - |
| HSV(B) | 149.58º | 0.87% | 0.65% | - |
| XYZ | 15.7 | 27.84 | 14.67 | - |
| YUV | 113.62 | 115.79 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 165 | 92 | 0.87 | 0 | 0.44 | 0.35 | 149.58 | 0.77 | 0.36 |
| Hex | 15 | A5 | 5C | 57 | 0 | 2C | 23 | 96 | 4D | 24 |
| Octal | 25 | 245 | 134 | 127 | 0 | 54 | 43 | 226 | 115 | 44 |
| Binary | 10101 | 10100101 | 1011100 | 1010111 | 0 | 101100 | 100011 | 10010110 | 1001101 | 100100 |
Color Harmonies of #15A55C
Complementary color
Monochromatic Colors of #15A55C
Black with #15A55C
Text Example
Text Example
White with #15A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A55C; }
p { color: rgb(21,165,92); }
H1.HeaderClassName
{
color: #15A55C;
}
.AnyTagClassName
{
color: #15A55C;
}
</style>
background-color css
<style>
a { background-color: #15A55C; }
a { background-color: rgb(21,165,92); }
div.DivClassName
{
background-color: #15A55C;
}
.BgClassName
{
background-color: #15A55C;
}
</style>
border-color css
<style>
span { border-color: #15A55C; }
span { border-color: rgb(21,165,92); }
td.TdClassName
{
border-color: #15A55C;
}
.TagClassName
{
border-color: #15A55C;
}
</style>