Shades of Pigment Green #159B42
Tints of Pigment Green #159B42
RGB
CMYK
RGB Variations
Color information
#159B42 (or 0x159B42) is known color: Pigment Green. HEX triplet: 15, 9B and 42. RGB value is (21,155,66). Sum of RGB (Red+Green+Blue) = 21+155+66=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 155 (60.94% from 255 or 64.05% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 155 - color contains mainly: green. Hex color #159B42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159B42 is #EA64BD. Grayscale: #696969. Windows color (decimal): -15361214 or 4365077. OLE color: 4365077.
HSL color Cylindrical-coordinate representation of color #159B42: hue angle of 140.15º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B42 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 155 | 66 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.39 |
| HSL | 140.15º | 0.76% | 0.35% | - |
| HSV(B) | 140.15º | 0.86% | 0.61% | - |
| XYZ | 13.01 | 24 | 9.1 | - |
| YUV | 104.79 | 106.11 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 66 | 0.86 | 0 | 0.57 | 0.39 | 140.15 | 0.76 | 0.35 |
| Hex | 15 | 9B | 42 | 56 | 0 | 39 | 27 | 8C | 4C | 23 |
| Octal | 25 | 233 | 102 | 126 | 0 | 71 | 47 | 214 | 114 | 43 |
| Binary | 10101 | 10011011 | 1000010 | 1010110 | 0 | 111001 | 100111 | 10001100 | 1001100 | 100011 |
Color Harmonies of #159B42
Complementary color
Monochromatic Colors of #159B42
Black with #159B42
Text Example
Text Example
White with #159B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159B42; }
p { color: rgb(21,155,66); }
H1.HeaderClassName
{
color: #159B42;
}
.AnyTagClassName
{
color: #159B42;
}
</style>
background-color css
<style>
a { background-color: #159B42; }
a { background-color: rgb(21,155,66); }
div.DivClassName
{
background-color: #159B42;
}
.BgClassName
{
background-color: #159B42;
}
</style>
border-color css
<style>
span { border-color: #159B42; }
span { border-color: rgb(21,155,66); }
td.TdClassName
{
border-color: #159B42;
}
.TagClassName
{
border-color: #159B42;
}
</style>