Shades of Pigment Green #14994D
Tints of Pigment Green #14994D
RGB
CMYK
RGB Variations
Color information
#14994D (or 0x14994D) is known color: Pigment Green. HEX triplet: 14, 99 and 4D. RGB value is (20,153,77). Sum of RGB (Red+Green+Blue) = 20+153+77=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #14994D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14994D is #EB66B2. Grayscale: #686868. Windows color (decimal): -15427251 or 5085460. OLE color: 5085460.
HSL color Cylindrical-coordinate representation of color #14994D: hue angle of 145.71º 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 #14994D is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 77 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.4 |
| HSL | 145.71º | 0.77% | 0.34% | - |
| HSV(B) | 145.71º | 0.87% | 0.6% | - |
| XYZ | 13.02 | 23.47 | 10.86 | - |
| YUV | 104.57 | 112.44 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 77 | 0.87 | 0 | 0.50 | 0.4 | 145.71 | 0.77 | 0.34 |
| Hex | 14 | 99 | 4D | 57 | 0 | 32 | 28 | 92 | 4D | 22 |
| Octal | 24 | 231 | 115 | 127 | 0 | 62 | 50 | 222 | 115 | 42 |
| Binary | 10100 | 10011001 | 1001101 | 1010111 | 0 | 110010 | 101000 | 10010010 | 1001101 | 100010 |
Color Harmonies of #14994D
Complementary color
Monochromatic Colors of #14994D
Black with #14994D
Text Example
Text Example
White with #14994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14994D; }
p { color: rgb(20,153,77); }
H1.HeaderClassName
{
color: #14994D;
}
.AnyTagClassName
{
color: #14994D;
}
</style>
background-color css
<style>
a { background-color: #14994D; }
a { background-color: rgb(20,153,77); }
div.DivClassName
{
background-color: #14994D;
}
.BgClassName
{
background-color: #14994D;
}
</style>
border-color css
<style>
span { border-color: #14994D; }
span { border-color: rgb(20,153,77); }
td.TdClassName
{
border-color: #14994D;
}
.TagClassName
{
border-color: #14994D;
}
</style>