Shades of Pigment Green #14964D
Tints of Pigment Green #14964D
RGB
CMYK
RGB Variations
Color information
#14964D (or 0x14964D) is known color: Pigment Green. HEX triplet: 14, 96 and 4D. RGB value is (20,150,77). Sum of RGB (Red+Green+Blue) = 20+150+77=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #14964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14964D is #EB69B2. Grayscale: #666666. Windows color (decimal): -15428019 or 5084692. OLE color: 5084692.
HSL color Cylindrical-coordinate representation of color #14964D: hue angle of 146.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14964D is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 77 | - |
| CMYK | 0.87 | 0 | 0.49 | 0.41 |
| HSL | 146.31º | 0.76% | 0.33% | - |
| HSV(B) | 146.31º | 0.87% | 0.59% | - |
| XYZ | 12.53 | 22.5 | 10.7 | - |
| YUV | 102.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 77 | 0.87 | 0 | 0.49 | 0.41 | 146.31 | 0.76 | 0.33 |
| Hex | 14 | 96 | 4D | 57 | 0 | 31 | 29 | 92 | 4C | 21 |
| Octal | 24 | 226 | 115 | 127 | 0 | 61 | 51 | 222 | 114 | 41 |
| Binary | 10100 | 10010110 | 1001101 | 1010111 | 0 | 110001 | 101001 | 10010010 | 1001100 | 100001 |
Color Harmonies of #14964D
Complementary color
Monochromatic Colors of #14964D
Black with #14964D
Text Example
Text Example
White with #14964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14964D; }
p { color: rgb(20,150,77); }
H1.HeaderClassName
{
color: #14964D;
}
.AnyTagClassName
{
color: #14964D;
}
</style>
background-color css
<style>
a { background-color: #14964D; }
a { background-color: rgb(20,150,77); }
div.DivClassName
{
background-color: #14964D;
}
.BgClassName
{
background-color: #14964D;
}
</style>
border-color css
<style>
span { border-color: #14964D; }
span { border-color: rgb(20,150,77); }
td.TdClassName
{
border-color: #14964D;
}
.TagClassName
{
border-color: #14964D;
}
</style>