Shades of Pigment Green #159B50
Tints of Pigment Green #159B50
RGB
CMYK
RGB Variations
Color information
#159B50 (or 0x159B50) is known color: Pigment Green. HEX triplet: 15, 9B and 50. RGB value is (21,155,80). Sum of RGB (Red+Green+Blue) = 21+155+80=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 155 (60.94% from 255 or 60.55% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 155 - color contains mainly: green. Hex color #159B50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159B50 is #EA64AF. Grayscale: #6A6A6A. Windows color (decimal): -15361200 or 5282581. OLE color: 5282581.
HSL color Cylindrical-coordinate representation of color #159B50: hue angle of 146.42º 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 #159B50 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 155 | 80 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.39 |
| HSL | 146.42º | 0.76% | 0.35% | - |
| HSV(B) | 146.42º | 0.86% | 0.61% | - |
| XYZ | 13.48 | 24.18 | 11.55 | - |
| YUV | 106.38 | 113.11 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 80 | 0.86 | 0 | 0.48 | 0.39 | 146.42 | 0.76 | 0.35 |
| Hex | 15 | 9B | 50 | 56 | 0 | 30 | 27 | 92 | 4C | 23 |
| Octal | 25 | 233 | 120 | 126 | 0 | 60 | 47 | 222 | 114 | 43 |
| Binary | 10101 | 10011011 | 1010000 | 1010110 | 0 | 110000 | 100111 | 10010010 | 1001100 | 100011 |
Color Harmonies of #159B50
Complementary color
Monochromatic Colors of #159B50
Black with #159B50
Text Example
Text Example
White with #159B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159B50; }
p { color: rgb(21,155,80); }
H1.HeaderClassName
{
color: #159B50;
}
.AnyTagClassName
{
color: #159B50;
}
</style>
background-color css
<style>
a { background-color: #159B50; }
a { background-color: rgb(21,155,80); }
div.DivClassName
{
background-color: #159B50;
}
.BgClassName
{
background-color: #159B50;
}
</style>
border-color css
<style>
span { border-color: #159B50; }
span { border-color: rgb(21,155,80); }
td.TdClassName
{
border-color: #159B50;
}
.TagClassName
{
border-color: #159B50;
}
</style>