Shades of Pigment Green #14AA5D
Tints of Pigment Green #14AA5D
RGB
CMYK
RGB Variations
Color information
#14AA5D (or 0x14AA5D) is known color: Pigment Green. HEX triplet: 14, AA and 5D. RGB value is (20,170,93). Sum of RGB (Red+Green+Blue) = 20+170+93=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA5D is #EB55A2. Grayscale: #747474. Windows color (decimal): -15422883 or 6138388. OLE color: 6138388.
HSL color Cylindrical-coordinate representation of color #14AA5D: hue angle of 149.2º 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 #14AA5D is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 93 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.33 |
| HSL | 149.2º | 0.79% | 0.37% | - |
| HSV(B) | 149.2º | 0.88% | 0.67% | - |
| XYZ | 16.64 | 29.69 | 15.21 | - |
| YUV | 116.37 | 114.81 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 93 | 0.88 | 0 | 0.45 | 0.33 | 149.2 | 0.79 | 0.37 |
| Hex | 14 | AA | 5D | 58 | 0 | 2D | 21 | 95 | 4F | 25 |
| Octal | 24 | 252 | 135 | 130 | 0 | 55 | 41 | 225 | 117 | 45 |
| Binary | 10100 | 10101010 | 1011101 | 1011000 | 0 | 101101 | 100001 | 10010101 | 1001111 | 100101 |
Color Harmonies of #14AA5D
Complementary color
Monochromatic Colors of #14AA5D
Black with #14AA5D
Text Example
Text Example
White with #14AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA5D; }
p { color: rgb(20,170,93); }
H1.HeaderClassName
{
color: #14AA5D;
}
.AnyTagClassName
{
color: #14AA5D;
}
</style>
background-color css
<style>
a { background-color: #14AA5D; }
a { background-color: rgb(20,170,93); }
div.DivClassName
{
background-color: #14AA5D;
}
.BgClassName
{
background-color: #14AA5D;
}
</style>
border-color css
<style>
span { border-color: #14AA5D; }
span { border-color: rgb(20,170,93); }
td.TdClassName
{
border-color: #14AA5D;
}
.TagClassName
{
border-color: #14AA5D;
}
</style>