Shades of Pigment Green #159C43
Tints of Pigment Green #159C43
RGB
CMYK
RGB Variations
Color information
#159C43 (or 0x159C43) is known color: Pigment Green. HEX triplet: 15, 9C and 43. RGB value is (21,156,67). Sum of RGB (Red+Green+Blue) = 21+156+67=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 156 (61.33% from 255 or 63.93% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 156 - color contains mainly: green. Hex color #159C43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159C43 is #EA63BC. Grayscale: #696969. Windows color (decimal): -15360957 or 4430869. OLE color: 4430869.
HSL color Cylindrical-coordinate representation of color #159C43: hue angle of 140.44º 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 #159C43 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 67 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.39 |
| HSL | 140.44º | 0.76% | 0.35% | - |
| HSV(B) | 140.44º | 0.87% | 0.61% | - |
| XYZ | 13.21 | 24.34 | 9.31 | - |
| YUV | 105.49 | 106.27 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 67 | 0.87 | 0 | 0.57 | 0.39 | 140.44 | 0.76 | 0.35 |
| Hex | 15 | 9C | 43 | 57 | 0 | 39 | 27 | 8C | 4C | 23 |
| Octal | 25 | 234 | 103 | 127 | 0 | 71 | 47 | 214 | 114 | 43 |
| Binary | 10101 | 10011100 | 1000011 | 1010111 | 0 | 111001 | 100111 | 10001100 | 1001100 | 100011 |
Color Harmonies of #159C43
Complementary color
Monochromatic Colors of #159C43
Black with #159C43
Text Example
Text Example
White with #159C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C43; }
p { color: rgb(21,156,67); }
H1.HeaderClassName
{
color: #159C43;
}
.AnyTagClassName
{
color: #159C43;
}
</style>
background-color css
<style>
a { background-color: #159C43; }
a { background-color: rgb(21,156,67); }
div.DivClassName
{
background-color: #159C43;
}
.BgClassName
{
background-color: #159C43;
}
</style>
border-color css
<style>
span { border-color: #159C43; }
span { border-color: rgb(21,156,67); }
td.TdClassName
{
border-color: #159C43;
}
.TagClassName
{
border-color: #159C43;
}
</style>