Shades of Pigment Green #15A03B
Tints of Pigment Green #15A03B
RGB
CMYK
RGB Variations
Color information
#15A03B (or 0x15A03B) is known color: Pigment Green. HEX triplet: 15, A0 and 3B. RGB value is (21,160,59). Sum of RGB (Red+Green+Blue) = 21+160+59=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 160 (62.89% from 255 or 66.67% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 160 - color contains mainly: green. Hex color #15A03B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A03B is #EA5FC4. Grayscale: #6B6B6B. Windows color (decimal): -15359941 or 3907605. OLE color: 3907605.
HSL color Cylindrical-coordinate representation of color #15A03B: hue angle of 136.4º 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 #15A03B is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 59 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.37 |
| HSL | 136.4º | 0.77% | 0.35% | - |
| HSV(B) | 136.4º | 0.87% | 0.63% | - |
| XYZ | 13.67 | 25.62 | 8.36 | - |
| YUV | 106.93 | 100.95 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 59 | 0.87 | 0 | 0.63 | 0.37 | 136.4 | 0.77 | 0.35 |
| Hex | 15 | A0 | 3B | 57 | 0 | 3F | 25 | 88 | 4D | 23 |
| Octal | 25 | 240 | 73 | 127 | 0 | 77 | 45 | 210 | 115 | 43 |
| Binary | 10101 | 10100000 | 111011 | 1010111 | 0 | 111111 | 100101 | 10001000 | 1001101 | 100011 |
Color Harmonies of #15A03B
Complementary color
Monochromatic Colors of #15A03B
Black with #15A03B
Text Example
Text Example
White with #15A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A03B; }
p { color: rgb(21,160,59); }
H1.HeaderClassName
{
color: #15A03B;
}
.AnyTagClassName
{
color: #15A03B;
}
</style>
background-color css
<style>
a { background-color: #15A03B; }
a { background-color: rgb(21,160,59); }
div.DivClassName
{
background-color: #15A03B;
}
.BgClassName
{
background-color: #15A03B;
}
</style>
border-color css
<style>
span { border-color: #15A03B; }
span { border-color: rgb(21,160,59); }
td.TdClassName
{
border-color: #15A03B;
}
.TagClassName
{
border-color: #15A03B;
}
</style>