Shades of Pigment Green #159C41
Tints of Pigment Green #159C41
RGB
CMYK
RGB Variations
Color information
#159C41 (or 0x159C41) is known color: Pigment Green. HEX triplet: 15, 9C and 41. RGB value is (21,156,65). Sum of RGB (Red+Green+Blue) = 21+156+65=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 156 (61.33% from 255 or 64.46% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 156 - color contains mainly: green. Hex color #159C41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159C41 is #EA63BE. Grayscale: #696969. Windows color (decimal): -15360959 or 4299797. OLE color: 4299797.
HSL color Cylindrical-coordinate representation of color #159C41: hue angle of 139.56º 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 #159C41 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 65 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.39 |
| HSL | 139.56º | 0.76% | 0.35% | - |
| HSV(B) | 139.56º | 0.87% | 0.61% | - |
| XYZ | 13.15 | 24.32 | 9 | - |
| YUV | 105.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 65 | 0.87 | 0 | 0.58 | 0.39 | 139.56 | 0.76 | 0.35 |
| Hex | 15 | 9C | 41 | 57 | 0 | 3A | 27 | 8C | 4C | 23 |
| Octal | 25 | 234 | 101 | 127 | 0 | 72 | 47 | 214 | 114 | 43 |
| Binary | 10101 | 10011100 | 1000001 | 1010111 | 0 | 111010 | 100111 | 10001100 | 1001100 | 100011 |
Color Harmonies of #159C41
Complementary color
Monochromatic Colors of #159C41
Black with #159C41
Text Example
Text Example
White with #159C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C41; }
p { color: rgb(21,156,65); }
H1.HeaderClassName
{
color: #159C41;
}
.AnyTagClassName
{
color: #159C41;
}
</style>
background-color css
<style>
a { background-color: #159C41; }
a { background-color: rgb(21,156,65); }
div.DivClassName
{
background-color: #159C41;
}
.BgClassName
{
background-color: #159C41;
}
</style>
border-color css
<style>
span { border-color: #159C41; }
span { border-color: rgb(21,156,65); }
td.TdClassName
{
border-color: #159C41;
}
.TagClassName
{
border-color: #159C41;
}
</style>