Shades of Pigment Green #159E4D
Tints of Pigment Green #159E4D
RGB
CMYK
RGB Variations
Color information
#159E4D (or 0x159E4D) is known color: Pigment Green. HEX triplet: 15, 9E and 4D. RGB value is (21,158,77). Sum of RGB (Red+Green+Blue) = 21+158+77=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 158 (62.11% from 255 or 61.72% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 158 - color contains mainly: green. Hex color #159E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159E4D is #EA61B2. Grayscale: #6B6B6B. Windows color (decimal): -15360435 or 5086741. OLE color: 5086741.
HSL color Cylindrical-coordinate representation of color #159E4D: hue angle of 144.53º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159E4D is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 158 | 77 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.38 |
| HSL | 144.53º | 0.77% | 0.35% | - |
| HSV(B) | 144.53º | 0.87% | 0.62% | - |
| XYZ | 13.88 | 25.15 | 11.14 | - |
| YUV | 107.8 | 110.61 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 77 | 0.87 | 0 | 0.51 | 0.38 | 144.53 | 0.77 | 0.35 |
| Hex | 15 | 9E | 4D | 57 | 0 | 33 | 26 | 91 | 4D | 23 |
| Octal | 25 | 236 | 115 | 127 | 0 | 63 | 46 | 221 | 115 | 43 |
| Binary | 10101 | 10011110 | 1001101 | 1010111 | 0 | 110011 | 100110 | 10010001 | 1001101 | 100011 |
Color Harmonies of #159E4D
Complementary color
Monochromatic Colors of #159E4D
Black with #159E4D
Text Example
Text Example
White with #159E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159E4D; }
p { color: rgb(21,158,77); }
H1.HeaderClassName
{
color: #159E4D;
}
.AnyTagClassName
{
color: #159E4D;
}
</style>
background-color css
<style>
a { background-color: #159E4D; }
a { background-color: rgb(21,158,77); }
div.DivClassName
{
background-color: #159E4D;
}
.BgClassName
{
background-color: #159E4D;
}
</style>
border-color css
<style>
span { border-color: #159E4D; }
span { border-color: rgb(21,158,77); }
td.TdClassName
{
border-color: #159E4D;
}
.TagClassName
{
border-color: #159E4D;
}
</style>