Shades of Pigment Green #15BA5D
Tints of Pigment Green #15BA5D
RGB
CMYK
RGB Variations
Color information
#15BA5D (or 0x15BA5D) is known color: Pigment Green. HEX triplet: 15, BA and 5D. RGB value is (21,186,93). Sum of RGB (Red+Green+Blue) = 21+186+93=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BA5D is #EA45A2. Grayscale: #7E7E7E. Windows color (decimal): -15353251 or 6142485. OLE color: 6142485.
HSL color Cylindrical-coordinate representation of color #15BA5D: hue angle of 146.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA5D is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 93 | - |
| CMYK | 0.89 | 0 | 0.5 | 0.27 |
| HSL | 146.18º | 0.8% | 0.41% | - |
| HSV(B) | 146.18º | 0.89% | 0.73% | - |
| XYZ | 19.84 | 36.07 | 16.27 | - |
| YUV | 126.06 | 109.34 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 93 | 0.89 | 0 | 0.5 | 0.27 | 146.18 | 0.8 | 0.41 |
| Hex | 15 | BA | 5D | 59 | 0 | 32 | 1B | 92 | 50 | 29 |
| Octal | 25 | 272 | 135 | 131 | 0 | 62 | 33 | 222 | 120 | 51 |
| Binary | 10101 | 10111010 | 1011101 | 1011001 | 0 | 110010 | 11011 | 10010010 | 1010000 | 101001 |
Color Harmonies of #15BA5D
Complementary color
Monochromatic Colors of #15BA5D
Black with #15BA5D
Text Example
Text Example
White with #15BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA5D; }
p { color: rgb(21,186,93); }
H1.HeaderClassName
{
color: #15BA5D;
}
.AnyTagClassName
{
color: #15BA5D;
}
</style>
background-color css
<style>
a { background-color: #15BA5D; }
a { background-color: rgb(21,186,93); }
div.DivClassName
{
background-color: #15BA5D;
}
.BgClassName
{
background-color: #15BA5D;
}
</style>
border-color css
<style>
span { border-color: #15BA5D; }
span { border-color: rgb(21,186,93); }
td.TdClassName
{
border-color: #15BA5D;
}
.TagClassName
{
border-color: #15BA5D;
}
</style>