Shades of Pigment Green #159653
Tints of Pigment Green #159653
RGB
CMYK
RGB Variations
Color information
#159653 (or 0x159653) is known color: Pigment Green. HEX triplet: 15, 96 and 53. RGB value is (21,150,83). Sum of RGB (Red+Green+Blue) = 21+150+83=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #159653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159653 is #EA69AC. Grayscale: #676767. Windows color (decimal): -15362477 or 5477909. OLE color: 5477909.
HSL color Cylindrical-coordinate representation of color #159653: hue angle of 148.84º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159653 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 150 | 83 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.41 |
| HSL | 148.84º | 0.75% | 0.34% | - |
| HSV(B) | 148.84º | 0.86% | 0.59% | - |
| XYZ | 12.78 | 22.6 | 11.87 | - |
| YUV | 103.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 83 | 0.86 | 0 | 0.45 | 0.41 | 148.84 | 0.75 | 0.34 |
| Hex | 15 | 96 | 53 | 56 | 0 | 2D | 29 | 95 | 4B | 22 |
| Octal | 25 | 226 | 123 | 126 | 0 | 55 | 51 | 225 | 113 | 42 |
| Binary | 10101 | 10010110 | 1010011 | 1010110 | 0 | 101101 | 101001 | 10010101 | 1001011 | 100010 |
Color Harmonies of #159653
Complementary color
Monochromatic Colors of #159653
Black with #159653
Text Example
Text Example
White with #159653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159653; }
p { color: rgb(21,150,83); }
H1.HeaderClassName
{
color: #159653;
}
.AnyTagClassName
{
color: #159653;
}
</style>
background-color css
<style>
a { background-color: #159653; }
a { background-color: rgb(21,150,83); }
div.DivClassName
{
background-color: #159653;
}
.BgClassName
{
background-color: #159653;
}
</style>
border-color css
<style>
span { border-color: #159653; }
span { border-color: rgb(21,150,83); }
td.TdClassName
{
border-color: #159653;
}
.TagClassName
{
border-color: #159653;
}
</style>