Shades of Pigment Green #159C4E
Tints of Pigment Green #159C4E
RGB
CMYK
RGB Variations
Color information
#159C4E (or 0x159C4E) is known color: Pigment Green. HEX triplet: 15, 9C and 4E. RGB value is (21,156,78). Sum of RGB (Red+Green+Blue) = 21+156+78=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 156 (61.33% from 255 or 61.18% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 156 - color contains mainly: green. Hex color #159C4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159C4E is #EA63B1. Grayscale: #6A6A6A. Windows color (decimal): -15360946 or 5151765. OLE color: 5151765.
HSL color Cylindrical-coordinate representation of color #159C4E: hue angle of 145.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159C4E is Cyan = 0.87, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 78 | - |
| CMYK | 0.87 | 0 | 0.5 | 0.39 |
| HSL | 145.33º | 0.76% | 0.35% | - |
| HSV(B) | 145.33º | 0.87% | 0.61% | - |
| XYZ | 13.57 | 24.49 | 11.22 | - |
| YUV | 106.74 | 111.77 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 78 | 0.87 | 0 | 0.5 | 0.39 | 145.33 | 0.76 | 0.35 |
| Hex | 15 | 9C | 4E | 57 | 0 | 32 | 27 | 91 | 4C | 23 |
| Octal | 25 | 234 | 116 | 127 | 0 | 62 | 47 | 221 | 114 | 43 |
| Binary | 10101 | 10011100 | 1001110 | 1010111 | 0 | 110010 | 100111 | 10010001 | 1001100 | 100011 |
Color Harmonies of #159C4E
Complementary color
Monochromatic Colors of #159C4E
Black with #159C4E
Text Example
Text Example
White with #159C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C4E; }
p { color: rgb(21,156,78); }
H1.HeaderClassName
{
color: #159C4E;
}
.AnyTagClassName
{
color: #159C4E;
}
</style>
background-color css
<style>
a { background-color: #159C4E; }
a { background-color: rgb(21,156,78); }
div.DivClassName
{
background-color: #159C4E;
}
.BgClassName
{
background-color: #159C4E;
}
</style>
border-color css
<style>
span { border-color: #159C4E; }
span { border-color: rgb(21,156,78); }
td.TdClassName
{
border-color: #159C4E;
}
.TagClassName
{
border-color: #159C4E;
}
</style>