Shades of Pigment Green #14AA5E
Tints of Pigment Green #14AA5E
RGB
CMYK
RGB Variations
Color information
#14AA5E (or 0x14AA5E) is known color: Pigment Green. HEX triplet: 14, AA and 5E. RGB value is (20,170,94). Sum of RGB (Red+Green+Blue) = 20+170+94=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA5E is #EB55A1. Grayscale: #747474. Windows color (decimal): -15422882 or 6203924. OLE color: 6203924.
HSL color Cylindrical-coordinate representation of color #14AA5E: hue angle of 149.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AA5E is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 94 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.33 |
| HSL | 149.6º | 0.79% | 0.37% | - |
| HSV(B) | 149.6º | 0.88% | 0.67% | - |
| XYZ | 16.68 | 29.71 | 15.44 | - |
| YUV | 116.49 | 115.31 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 94 | 0.88 | 0 | 0.45 | 0.33 | 149.6 | 0.79 | 0.37 |
| Hex | 14 | AA | 5E | 58 | 0 | 2D | 21 | 96 | 4F | 25 |
| Octal | 24 | 252 | 136 | 130 | 0 | 55 | 41 | 226 | 117 | 45 |
| Binary | 10100 | 10101010 | 1011110 | 1011000 | 0 | 101101 | 100001 | 10010110 | 1001111 | 100101 |
Color Harmonies of #14AA5E
Complementary color
Monochromatic Colors of #14AA5E
Black with #14AA5E
Text Example
Text Example
White with #14AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA5E; }
p { color: rgb(20,170,94); }
H1.HeaderClassName
{
color: #14AA5E;
}
.AnyTagClassName
{
color: #14AA5E;
}
</style>
background-color css
<style>
a { background-color: #14AA5E; }
a { background-color: rgb(20,170,94); }
div.DivClassName
{
background-color: #14AA5E;
}
.BgClassName
{
background-color: #14AA5E;
}
</style>
border-color css
<style>
span { border-color: #14AA5E; }
span { border-color: rgb(20,170,94); }
td.TdClassName
{
border-color: #14AA5E;
}
.TagClassName
{
border-color: #14AA5E;
}
</style>