Shades of Pigment Green #14954C
Tints of Pigment Green #14954C
RGB
CMYK
RGB Variations
Color information
#14954C (or 0x14954C) is known color: Pigment Green. HEX triplet: 14, 95 and 4C. RGB value is (20,149,76). Sum of RGB (Red+Green+Blue) = 20+149+76=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #14954C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14954C is #EB6AB3. Grayscale: #666666. Windows color (decimal): -15428276 or 5018900. OLE color: 5018900.
HSL color Cylindrical-coordinate representation of color #14954C: hue angle of 146.05º 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 #14954C is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 76 | - |
| CMYK | 0.87 | 0 | 0.49 | 0.42 |
| HSL | 146.05º | 0.76% | 0.33% | - |
| HSV(B) | 146.05º | 0.87% | 0.58% | - |
| XYZ | 12.34 | 22.17 | 10.47 | - |
| YUV | 102.11 | 113.26 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 76 | 0.87 | 0 | 0.49 | 0.42 | 146.05 | 0.76 | 0.33 |
| Hex | 14 | 95 | 4C | 57 | 0 | 31 | 2A | 92 | 4C | 21 |
| Octal | 24 | 225 | 114 | 127 | 0 | 61 | 52 | 222 | 114 | 41 |
| Binary | 10100 | 10010101 | 1001100 | 1010111 | 0 | 110001 | 101010 | 10010010 | 1001100 | 100001 |
Color Harmonies of #14954C
Complementary color
Monochromatic Colors of #14954C
Black with #14954C
Text Example
Text Example
White with #14954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14954C; }
p { color: rgb(20,149,76); }
H1.HeaderClassName
{
color: #14954C;
}
.AnyTagClassName
{
color: #14954C;
}
</style>
background-color css
<style>
a { background-color: #14954C; }
a { background-color: rgb(20,149,76); }
div.DivClassName
{
background-color: #14954C;
}
.BgClassName
{
background-color: #14954C;
}
</style>
border-color css
<style>
span { border-color: #14954C; }
span { border-color: rgb(20,149,76); }
td.TdClassName
{
border-color: #14954C;
}
.TagClassName
{
border-color: #14954C;
}
</style>