Shades of Pigment Green #159542
Tints of Pigment Green #159542
RGB
CMYK
RGB Variations
Color information
#159542 (or 0x159542) is known color: Pigment Green. HEX triplet: 15, 95 and 42. RGB value is (21,149,66). Sum of RGB (Red+Green+Blue) = 21+149+66=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #159542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159542 is #EA6ABD. Grayscale: #656565. Windows color (decimal): -15362750 or 4363541. OLE color: 4363541.
HSL color Cylindrical-coordinate representation of color #159542: hue angle of 141.09º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159542 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 149 | 66 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.42 |
| HSL | 141.09º | 0.75% | 0.33% | - |
| HSV(B) | 141.09º | 0.86% | 0.58% | - |
| XYZ | 12.04 | 22.05 | 8.78 | - |
| YUV | 101.27 | 108.09 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 66 | 0.86 | 0 | 0.56 | 0.42 | 141.09 | 0.75 | 0.33 |
| Hex | 15 | 95 | 42 | 56 | 0 | 38 | 2A | 8D | 4B | 21 |
| Octal | 25 | 225 | 102 | 126 | 0 | 70 | 52 | 215 | 113 | 41 |
| Binary | 10101 | 10010101 | 1000010 | 1010110 | 0 | 111000 | 101010 | 10001101 | 1001011 | 100001 |
Color Harmonies of #159542
Complementary color
Monochromatic Colors of #159542
Black with #159542
Text Example
Text Example
White with #159542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159542; }
p { color: rgb(21,149,66); }
H1.HeaderClassName
{
color: #159542;
}
.AnyTagClassName
{
color: #159542;
}
</style>
background-color css
<style>
a { background-color: #159542; }
a { background-color: rgb(21,149,66); }
div.DivClassName
{
background-color: #159542;
}
.BgClassName
{
background-color: #159542;
}
</style>
border-color css
<style>
span { border-color: #159542; }
span { border-color: rgb(21,149,66); }
td.TdClassName
{
border-color: #159542;
}
.TagClassName
{
border-color: #159542;
}
</style>