Shades of Pigment Green #149553
Tints of Pigment Green #149553
RGB
CMYK
RGB Variations
Color information
#149553 (or 0x149553) is known color: Pigment Green. HEX triplet: 14, 95 and 53. RGB value is (20,149,83). Sum of RGB (Red+Green+Blue) = 20+149+83=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #149553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149553 is #EB6AAC. Grayscale: #676767. Windows color (decimal): -15428269 or 5477652. OLE color: 5477652.
HSL color Cylindrical-coordinate representation of color #149553: hue angle of 149.3º 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 #149553 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 83 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.42 |
| HSL | 149.3º | 0.76% | 0.33% | - |
| HSV(B) | 149.3º | 0.87% | 0.58% | - |
| XYZ | 12.6 | 22.27 | 11.82 | - |
| YUV | 102.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 83 | 0.87 | 0 | 0.44 | 0.42 | 149.3 | 0.76 | 0.33 |
| Hex | 14 | 95 | 53 | 57 | 0 | 2C | 2A | 95 | 4C | 21 |
| Octal | 24 | 225 | 123 | 127 | 0 | 54 | 52 | 225 | 114 | 41 |
| Binary | 10100 | 10010101 | 1010011 | 1010111 | 0 | 101100 | 101010 | 10010101 | 1001100 | 100001 |
Color Harmonies of #149553
Complementary color
Monochromatic Colors of #149553
Black with #149553
Text Example
Text Example
White with #149553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149553; }
p { color: rgb(20,149,83); }
H1.HeaderClassName
{
color: #149553;
}
.AnyTagClassName
{
color: #149553;
}
</style>
background-color css
<style>
a { background-color: #149553; }
a { background-color: rgb(20,149,83); }
div.DivClassName
{
background-color: #149553;
}
.BgClassName
{
background-color: #149553;
}
</style>
border-color css
<style>
span { border-color: #149553; }
span { border-color: rgb(20,149,83); }
td.TdClassName
{
border-color: #149553;
}
.TagClassName
{
border-color: #149553;
}
</style>