Shades of Pigment Green #15A65B
Tints of Pigment Green #15A65B
RGB
CMYK
RGB Variations
Color information
#15A65B (or 0x15A65B) is known color: Pigment Green. HEX triplet: 15, A6 and 5B. RGB value is (21,166,91). Sum of RGB (Red+Green+Blue) = 21+166+91=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #15A65B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A65B is #EA59A4. Grayscale: #727272. Windows color (decimal): -15358373 or 6006293. OLE color: 6006293.
HSL color Cylindrical-coordinate representation of color #15A65B: hue angle of 148.97º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A65B is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 166 | 91 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.35 |
| HSL | 148.97º | 0.78% | 0.37% | - |
| HSV(B) | 148.97º | 0.87% | 0.65% | - |
| XYZ | 15.83 | 28.19 | 14.5 | - |
| YUV | 114.1 | 114.96 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 166 | 91 | 0.87 | 0 | 0.45 | 0.35 | 148.97 | 0.78 | 0.37 |
| Hex | 15 | A6 | 5B | 57 | 0 | 2D | 23 | 95 | 4E | 25 |
| Octal | 25 | 246 | 133 | 127 | 0 | 55 | 43 | 225 | 116 | 45 |
| Binary | 10101 | 10100110 | 1011011 | 1010111 | 0 | 101101 | 100011 | 10010101 | 1001110 | 100101 |
Color Harmonies of #15A65B
Complementary color
Monochromatic Colors of #15A65B
Black with #15A65B
Text Example
Text Example
White with #15A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A65B; }
p { color: rgb(21,166,91); }
H1.HeaderClassName
{
color: #15A65B;
}
.AnyTagClassName
{
color: #15A65B;
}
</style>
background-color css
<style>
a { background-color: #15A65B; }
a { background-color: rgb(21,166,91); }
div.DivClassName
{
background-color: #15A65B;
}
.BgClassName
{
background-color: #15A65B;
}
</style>
border-color css
<style>
span { border-color: #15A65B; }
span { border-color: rgb(21,166,91); }
td.TdClassName
{
border-color: #15A65B;
}
.TagClassName
{
border-color: #15A65B;
}
</style>