Shades of Pigment Green #159947
Tints of Pigment Green #159947
RGB
CMYK
RGB Variations
Color information
#159947 (or 0x159947) is known color: Pigment Green. HEX triplet: 15, 99 and 47. RGB value is (21,153,71). Sum of RGB (Red+Green+Blue) = 21+153+71=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #159947 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159947 is #EA66B8. Grayscale: #686868. Windows color (decimal): -15361721 or 4692245. OLE color: 4692245.
HSL color Cylindrical-coordinate representation of color #159947: hue angle of 142.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159947 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 153 | 71 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.4 |
| HSL | 142.73º | 0.76% | 0.34% | - |
| HSV(B) | 142.73º | 0.86% | 0.6% | - |
| XYZ | 12.84 | 23.4 | 9.8 | - |
| YUV | 104.18 | 109.27 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 153 | 71 | 0.86 | 0 | 0.54 | 0.4 | 142.73 | 0.76 | 0.34 |
| Hex | 15 | 99 | 47 | 56 | 0 | 36 | 28 | 8F | 4C | 22 |
| Octal | 25 | 231 | 107 | 126 | 0 | 66 | 50 | 217 | 114 | 42 |
| Binary | 10101 | 10011001 | 1000111 | 1010110 | 0 | 110110 | 101000 | 10001111 | 1001100 | 100010 |
Color Harmonies of #159947
Complementary color
Monochromatic Colors of #159947
Black with #159947
Text Example
Text Example
White with #159947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159947; }
p { color: rgb(21,153,71); }
H1.HeaderClassName
{
color: #159947;
}
.AnyTagClassName
{
color: #159947;
}
</style>
background-color css
<style>
a { background-color: #159947; }
a { background-color: rgb(21,153,71); }
div.DivClassName
{
background-color: #159947;
}
.BgClassName
{
background-color: #159947;
}
</style>
border-color css
<style>
span { border-color: #159947; }
span { border-color: rgb(21,153,71); }
td.TdClassName
{
border-color: #159947;
}
.TagClassName
{
border-color: #159947;
}
</style>