Shades of Pigment Green #149552
Tints of Pigment Green #149552
RGB
CMYK
RGB Variations
Color information
#149552 (or 0x149552) is known color: Pigment Green. HEX triplet: 14, 95 and 52. RGB value is (20,149,82). Sum of RGB (Red+Green+Blue) = 20+149+82=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #149552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149552 is #EB6AAD. Grayscale: #666666. Windows color (decimal): -15428270 or 5412116. OLE color: 5412116.
HSL color Cylindrical-coordinate representation of color #149552: hue angle of 148.84º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149552 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 82 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.42 |
| HSL | 148.84º | 0.76% | 0.33% | - |
| HSV(B) | 148.84º | 0.87% | 0.58% | - |
| XYZ | 12.56 | 22.25 | 11.62 | - |
| YUV | 102.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 82 | 0.87 | 0 | 0.45 | 0.42 | 148.84 | 0.76 | 0.33 |
| Hex | 14 | 95 | 52 | 57 | 0 | 2D | 2A | 95 | 4C | 21 |
| Octal | 24 | 225 | 122 | 127 | 0 | 55 | 52 | 225 | 114 | 41 |
| Binary | 10100 | 10010101 | 1010010 | 1010111 | 0 | 101101 | 101010 | 10010101 | 1001100 | 100001 |
Color Harmonies of #149552
Complementary color
Monochromatic Colors of #149552
Black with #149552
Text Example
Text Example
White with #149552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149552; }
p { color: rgb(20,149,82); }
H1.HeaderClassName
{
color: #149552;
}
.AnyTagClassName
{
color: #149552;
}
</style>
background-color css
<style>
a { background-color: #149552; }
a { background-color: rgb(20,149,82); }
div.DivClassName
{
background-color: #149552;
}
.BgClassName
{
background-color: #149552;
}
</style>
border-color css
<style>
span { border-color: #149552; }
span { border-color: rgb(20,149,82); }
td.TdClassName
{
border-color: #149552;
}
.TagClassName
{
border-color: #149552;
}
</style>