Shades of Pigment Green #15BC5D
Tints of Pigment Green #15BC5D
RGB
CMYK
RGB Variations
Color information
#15BC5D (or 0x15BC5D) is known color: Pigment Green. HEX triplet: 15, BC and 5D. RGB value is (21,188,93). Sum of RGB (Red+Green+Blue) = 21+188+93=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BC5D is #EA43A2. Grayscale: #7F7F7F. Windows color (decimal): -15352739 or 6142997. OLE color: 6142997.
HSL color Cylindrical-coordinate representation of color #15BC5D: hue angle of 145.87º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BC5D is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 93 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.26 |
| HSL | 145.87º | 0.8% | 0.41% | - |
| HSV(B) | 145.87º | 0.89% | 0.74% | - |
| XYZ | 20.27 | 36.92 | 16.41 | - |
| YUV | 127.24 | 108.67 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 93 | 0.89 | 0 | 0.51 | 0.26 | 145.87 | 0.8 | 0.41 |
| Hex | 15 | BC | 5D | 59 | 0 | 33 | 1A | 92 | 50 | 29 |
| Octal | 25 | 274 | 135 | 131 | 0 | 63 | 32 | 222 | 120 | 51 |
| Binary | 10101 | 10111100 | 1011101 | 1011001 | 0 | 110011 | 11010 | 10010010 | 1010000 | 101001 |
Color Harmonies of #15BC5D
Complementary color
Monochromatic Colors of #15BC5D
Black with #15BC5D
Text Example
Text Example
White with #15BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC5D; }
p { color: rgb(21,188,93); }
H1.HeaderClassName
{
color: #15BC5D;
}
.AnyTagClassName
{
color: #15BC5D;
}
</style>
background-color css
<style>
a { background-color: #15BC5D; }
a { background-color: rgb(21,188,93); }
div.DivClassName
{
background-color: #15BC5D;
}
.BgClassName
{
background-color: #15BC5D;
}
</style>
border-color css
<style>
span { border-color: #15BC5D; }
span { border-color: rgb(21,188,93); }
td.TdClassName
{
border-color: #15BC5D;
}
.TagClassName
{
border-color: #15BC5D;
}
</style>