Shades of Pigment Green #15A04B
Tints of Pigment Green #15A04B
RGB
CMYK
RGB Variations
Color information
#15A04B (or 0x15A04B) is known color: Pigment Green. HEX triplet: 15, A0 and 4B. RGB value is (21,160,75). Sum of RGB (Red+Green+Blue) = 21+160+75=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 160 (62.89% from 255 or 62.5% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 160 - color contains mainly: green. Hex color #15A04B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A04B is #EA5FB4. Grayscale: #6C6C6C. Windows color (decimal): -15359925 or 4956181. OLE color: 4956181.
HSL color Cylindrical-coordinate representation of color #15A04B: hue angle of 143.31º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A04B is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 75 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.37 |
| HSL | 143.31º | 0.77% | 0.35% | - |
| HSV(B) | 143.31º | 0.87% | 0.63% | - |
| XYZ | 14.15 | 25.81 | 10.89 | - |
| YUV | 108.75 | 108.95 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 75 | 0.87 | 0 | 0.53 | 0.37 | 143.31 | 0.77 | 0.35 |
| Hex | 15 | A0 | 4B | 57 | 0 | 35 | 25 | 8F | 4D | 23 |
| Octal | 25 | 240 | 113 | 127 | 0 | 65 | 45 | 217 | 115 | 43 |
| Binary | 10101 | 10100000 | 1001011 | 1010111 | 0 | 110101 | 100101 | 10001111 | 1001101 | 100011 |
Color Harmonies of #15A04B
Complementary color
Monochromatic Colors of #15A04B
Black with #15A04B
Text Example
Text Example
White with #15A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A04B; }
p { color: rgb(21,160,75); }
H1.HeaderClassName
{
color: #15A04B;
}
.AnyTagClassName
{
color: #15A04B;
}
</style>
background-color css
<style>
a { background-color: #15A04B; }
a { background-color: rgb(21,160,75); }
div.DivClassName
{
background-color: #15A04B;
}
.BgClassName
{
background-color: #15A04B;
}
</style>
border-color css
<style>
span { border-color: #15A04B; }
span { border-color: rgb(21,160,75); }
td.TdClassName
{
border-color: #15A04B;
}
.TagClassName
{
border-color: #15A04B;
}
</style>