Shades of Pigment Green #159841
Tints of Pigment Green #159841
RGB
CMYK
RGB Variations
Color information
#159841 (or 0x159841) is known color: Pigment Green. HEX triplet: 15, 98 and 41. RGB value is (21,152,65). Sum of RGB (Red+Green+Blue) = 21+152+65=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 152 (59.77% from 255 or 63.87% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 152 - color contains mainly: green. Hex color #159841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159841 is #EA67BE. Grayscale: #676767. Windows color (decimal): -15361983 or 4298773. OLE color: 4298773.
HSL color Cylindrical-coordinate representation of color #159841: hue angle of 140.15º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159841 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 152 | 65 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.40 |
| HSL | 140.15º | 0.76% | 0.34% | - |
| HSV(B) | 140.15º | 0.86% | 0.6% | - |
| XYZ | 12.49 | 23 | 8.78 | - |
| YUV | 102.91 | 106.6 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 152 | 65 | 0.86 | 0 | 0.57 | 0.40 | 140.15 | 0.76 | 0.34 |
| Hex | 15 | 98 | 41 | 56 | 0 | 39 | 28 | 8C | 4C | 22 |
| Octal | 25 | 230 | 101 | 126 | 0 | 71 | 50 | 214 | 114 | 42 |
| Binary | 10101 | 10011000 | 1000001 | 1010110 | 0 | 111001 | 101000 | 10001100 | 1001100 | 100010 |
Color Harmonies of #159841
Complementary color
Monochromatic Colors of #159841
Black with #159841
Text Example
Text Example
White with #159841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159841; }
p { color: rgb(21,152,65); }
H1.HeaderClassName
{
color: #159841;
}
.AnyTagClassName
{
color: #159841;
}
</style>
background-color css
<style>
a { background-color: #159841; }
a { background-color: rgb(21,152,65); }
div.DivClassName
{
background-color: #159841;
}
.BgClassName
{
background-color: #159841;
}
</style>
border-color css
<style>
span { border-color: #159841; }
span { border-color: rgb(21,152,65); }
td.TdClassName
{
border-color: #159841;
}
.TagClassName
{
border-color: #159841;
}
</style>