Shades of Pigment Green #14A85D
Tints of Pigment Green #14A85D
RGB
CMYK
RGB Variations
Color information
#14A85D (or 0x14A85D) is known color: Pigment Green. HEX triplet: 14, A8 and 5D. RGB value is (20,168,93). Sum of RGB (Red+Green+Blue) = 20+168+93=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #14A85D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A85D is #EB57A2. Grayscale: #737373. Windows color (decimal): -15423395 or 6137876. OLE color: 6137876.
HSL color Cylindrical-coordinate representation of color #14A85D: hue angle of 149.59º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A85D is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 168 | 93 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.34 |
| HSL | 149.59º | 0.79% | 0.37% | - |
| HSV(B) | 149.59º | 0.88% | 0.66% | - |
| XYZ | 16.27 | 28.94 | 15.09 | - |
| YUV | 115.2 | 115.47 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 168 | 93 | 0.88 | 0 | 0.45 | 0.34 | 149.59 | 0.79 | 0.37 |
| Hex | 14 | A8 | 5D | 58 | 0 | 2D | 22 | 96 | 4F | 25 |
| Octal | 24 | 250 | 135 | 130 | 0 | 55 | 42 | 226 | 117 | 45 |
| Binary | 10100 | 10101000 | 1011101 | 1011000 | 0 | 101101 | 100010 | 10010110 | 1001111 | 100101 |
Color Harmonies of #14A85D
Complementary color
Monochromatic Colors of #14A85D
Black with #14A85D
Text Example
Text Example
White with #14A85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A85D; }
p { color: rgb(20,168,93); }
H1.HeaderClassName
{
color: #14A85D;
}
.AnyTagClassName
{
color: #14A85D;
}
</style>
background-color css
<style>
a { background-color: #14A85D; }
a { background-color: rgb(20,168,93); }
div.DivClassName
{
background-color: #14A85D;
}
.BgClassName
{
background-color: #14A85D;
}
</style>
border-color css
<style>
span { border-color: #14A85D; }
span { border-color: rgb(20,168,93); }
td.TdClassName
{
border-color: #14A85D;
}
.TagClassName
{
border-color: #14A85D;
}
</style>