Shades of Pigment Green #159551
Tints of Pigment Green #159551
RGB
CMYK
RGB Variations
Color information
#159551 (or 0x159551) is known color: Pigment Green. HEX triplet: 15, 95 and 51. RGB value is (21,149,81). Sum of RGB (Red+Green+Blue) = 21+149+81=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #159551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159551 is #EA6AAE. Grayscale: #676767. Windows color (decimal): -15362735 or 5346581. OLE color: 5346581.
HSL color Cylindrical-coordinate representation of color #159551: hue angle of 148.12º 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 #159551 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 149 | 81 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.42 |
| HSL | 148.13º | 0.75% | 0.33% | - |
| HSV(B) | 148.13º | 0.86% | 0.58% | - |
| XYZ | 12.54 | 22.25 | 11.42 | - |
| YUV | 102.98 | 115.59 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 81 | 0.86 | 0 | 0.46 | 0.42 | 148.13 | 0.75 | 0.33 |
| Hex | 15 | 95 | 51 | 56 | 0 | 2E | 2A | 94 | 4B | 21 |
| Octal | 25 | 225 | 121 | 126 | 0 | 56 | 52 | 224 | 113 | 41 |
| Binary | 10101 | 10010101 | 1010001 | 1010110 | 0 | 101110 | 101010 | 10010100 | 1001011 | 100001 |
Color Harmonies of #159551
Complementary color
Monochromatic Colors of #159551
Black with #159551
Text Example
Text Example
White with #159551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159551; }
p { color: rgb(21,149,81); }
H1.HeaderClassName
{
color: #159551;
}
.AnyTagClassName
{
color: #159551;
}
</style>
background-color css
<style>
a { background-color: #159551; }
a { background-color: rgb(21,149,81); }
div.DivClassName
{
background-color: #159551;
}
.BgClassName
{
background-color: #159551;
}
</style>
border-color css
<style>
span { border-color: #159551; }
span { border-color: rgb(21,149,81); }
td.TdClassName
{
border-color: #159551;
}
.TagClassName
{
border-color: #159551;
}
</style>