Shades of Pigment Green #159554
Tints of Pigment Green #159554
RGB
CMYK
RGB Variations
Color information
#159554 (or 0x159554) is known color: Pigment Green. HEX triplet: 15, 95 and 54. RGB value is (21,149,84). Sum of RGB (Red+Green+Blue) = 21+149+84=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #159554 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159554 is #EA6AAB. Grayscale: #676767. Windows color (decimal): -15362732 or 5543189. OLE color: 5543189.
HSL color Cylindrical-coordinate representation of color #159554: hue angle of 149.53º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159554 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 149 | 84 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.42 |
| HSL | 149.53º | 0.75% | 0.33% | - |
| HSV(B) | 149.53º | 0.86% | 0.58% | - |
| XYZ | 12.66 | 22.29 | 12.02 | - |
| YUV | 103.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 84 | 0.86 | 0 | 0.44 | 0.42 | 149.53 | 0.75 | 0.33 |
| Hex | 15 | 95 | 54 | 56 | 0 | 2C | 2A | 96 | 4B | 21 |
| Octal | 25 | 225 | 124 | 126 | 0 | 54 | 52 | 226 | 113 | 41 |
| Binary | 10101 | 10010101 | 1010100 | 1010110 | 0 | 101100 | 101010 | 10010110 | 1001011 | 100001 |
Color Harmonies of #159554
Complementary color
Monochromatic Colors of #159554
Black with #159554
Text Example
Text Example
White with #159554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159554; }
p { color: rgb(21,149,84); }
H1.HeaderClassName
{
color: #159554;
}
.AnyTagClassName
{
color: #159554;
}
</style>
background-color css
<style>
a { background-color: #159554; }
a { background-color: rgb(21,149,84); }
div.DivClassName
{
background-color: #159554;
}
.BgClassName
{
background-color: #159554;
}
</style>
border-color css
<style>
span { border-color: #159554; }
span { border-color: rgb(21,149,84); }
td.TdClassName
{
border-color: #159554;
}
.TagClassName
{
border-color: #159554;
}
</style>