Shades of Pigment Green #159C42
Tints of Pigment Green #159C42
RGB
CMYK
RGB Variations
Color information
#159C42 (or 0x159C42) is known color: Pigment Green. HEX triplet: 15, 9C and 42. RGB value is (21,156,66). Sum of RGB (Red+Green+Blue) = 21+156+66=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 156 (61.33% from 255 or 64.20% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 156 - color contains mainly: green. Hex color #159C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159C42 is #EA63BD. Grayscale: #696969. Windows color (decimal): -15360958 or 4365333. OLE color: 4365333.
HSL color Cylindrical-coordinate representation of color #159C42: hue angle of 140º 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 #159C42 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 66 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.39 |
| HSL | 140º | 0.76% | 0.35% | - |
| HSV(B) | 140º | 0.87% | 0.61% | - |
| XYZ | 13.18 | 24.33 | 9.16 | - |
| YUV | 105.38 | 105.77 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 66 | 0.87 | 0 | 0.58 | 0.39 | 140 | 0.76 | 0.35 |
| Hex | 15 | 9C | 42 | 57 | 0 | 3A | 27 | 8C | 4C | 23 |
| Octal | 25 | 234 | 102 | 127 | 0 | 72 | 47 | 214 | 114 | 43 |
| Binary | 10101 | 10011100 | 1000010 | 1010111 | 0 | 111010 | 100111 | 10001100 | 1001100 | 100011 |
Color Harmonies of #159C42
Complementary color
Monochromatic Colors of #159C42
Black with #159C42
Text Example
Text Example
White with #159C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C42; }
p { color: rgb(21,156,66); }
H1.HeaderClassName
{
color: #159C42;
}
.AnyTagClassName
{
color: #159C42;
}
</style>
background-color css
<style>
a { background-color: #159C42; }
a { background-color: rgb(21,156,66); }
div.DivClassName
{
background-color: #159C42;
}
.BgClassName
{
background-color: #159C42;
}
</style>
border-color css
<style>
span { border-color: #159C42; }
span { border-color: rgb(21,156,66); }
td.TdClassName
{
border-color: #159C42;
}
.TagClassName
{
border-color: #159C42;
}
</style>