Shades of Pigment Green #159C4B
Tints of Pigment Green #159C4B
RGB
CMYK
RGB Variations
Color information
#159C4B (or 0x159C4B) is known color: Pigment Green. HEX triplet: 15, 9C and 4B. RGB value is (21,156,75). Sum of RGB (Red+Green+Blue) = 21+156+75=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 156 (61.33% from 255 or 61.90% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 156 - color contains mainly: green. Hex color #159C4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159C4B is #EA63B4. Grayscale: #6A6A6A. Windows color (decimal): -15360949 or 4955157. OLE color: 4955157.
HSL color Cylindrical-coordinate representation of color #159C4B: hue angle of 144º 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 #159C4B is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 75 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.39 |
| HSL | 144º | 0.76% | 0.35% | - |
| HSV(B) | 144º | 0.87% | 0.61% | - |
| XYZ | 13.47 | 24.44 | 10.67 | - |
| YUV | 106.4 | 110.27 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 75 | 0.87 | 0 | 0.52 | 0.39 | 144 | 0.76 | 0.35 |
| Hex | 15 | 9C | 4B | 57 | 0 | 34 | 27 | 90 | 4C | 23 |
| Octal | 25 | 234 | 113 | 127 | 0 | 64 | 47 | 220 | 114 | 43 |
| Binary | 10101 | 10011100 | 1001011 | 1010111 | 0 | 110100 | 100111 | 10010000 | 1001100 | 100011 |
Color Harmonies of #159C4B
Complementary color
Monochromatic Colors of #159C4B
Black with #159C4B
Text Example
Text Example
White with #159C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C4B; }
p { color: rgb(21,156,75); }
H1.HeaderClassName
{
color: #159C4B;
}
.AnyTagClassName
{
color: #159C4B;
}
</style>
background-color css
<style>
a { background-color: #159C4B; }
a { background-color: rgb(21,156,75); }
div.DivClassName
{
background-color: #159C4B;
}
.BgClassName
{
background-color: #159C4B;
}
</style>
border-color css
<style>
span { border-color: #159C4B; }
span { border-color: rgb(21,156,75); }
td.TdClassName
{
border-color: #159C4B;
}
.TagClassName
{
border-color: #159C4B;
}
</style>