Shades of Pigment Green #149953
Tints of Pigment Green #149953
RGB
CMYK
RGB Variations
Color information
#149953 (or 0x149953) is known color: Pigment Green. HEX triplet: 14, 99 and 53. RGB value is (20,153,83). Sum of RGB (Red+Green+Blue) = 20+153+83=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #149953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149953 is #EB66AC. Grayscale: #696969. Windows color (decimal): -15427245 or 5478676. OLE color: 5478676.
HSL color Cylindrical-coordinate representation of color #149953: hue angle of 148.42º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149953 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 83 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.4 |
| HSL | 148.42º | 0.77% | 0.34% | - |
| HSV(B) | 148.42º | 0.87% | 0.6% | - |
| XYZ | 13.24 | 23.56 | 12.03 | - |
| YUV | 105.25 | 115.44 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 83 | 0.87 | 0 | 0.46 | 0.4 | 148.42 | 0.77 | 0.34 |
| Hex | 14 | 99 | 53 | 57 | 0 | 2E | 28 | 94 | 4D | 22 |
| Octal | 24 | 231 | 123 | 127 | 0 | 56 | 50 | 224 | 115 | 42 |
| Binary | 10100 | 10011001 | 1010011 | 1010111 | 0 | 101110 | 101000 | 10010100 | 1001101 | 100010 |
Color Harmonies of #149953
Complementary color
Monochromatic Colors of #149953
Black with #149953
Text Example
Text Example
White with #149953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149953; }
p { color: rgb(20,153,83); }
H1.HeaderClassName
{
color: #149953;
}
.AnyTagClassName
{
color: #149953;
}
</style>
background-color css
<style>
a { background-color: #149953; }
a { background-color: rgb(20,153,83); }
div.DivClassName
{
background-color: #149953;
}
.BgClassName
{
background-color: #149953;
}
</style>
border-color css
<style>
span { border-color: #149953; }
span { border-color: rgb(20,153,83); }
td.TdClassName
{
border-color: #149953;
}
.TagClassName
{
border-color: #149953;
}
</style>