Shades of Pigment Green #14AD50
Tints of Pigment Green #14AD50
RGB
CMYK
RGB Variations
Color information
#14AD50 (or 0x14AD50) is known color: Pigment Green. HEX triplet: 14, AD and 50. RGB value is (20,173,80). Sum of RGB (Red+Green+Blue) = 20+173+80=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD50 is #EB52AF. Grayscale: #747474. Windows color (decimal): -15422128 or 5287188. OLE color: 5287188.
HSL color Cylindrical-coordinate representation of color #14AD50: hue angle of 143.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD50 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 80 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.32 |
| HSL | 143.53º | 0.79% | 0.38% | - |
| HSV(B) | 143.53º | 0.88% | 0.68% | - |
| XYZ | 16.68 | 30.62 | 12.62 | - |
| YUV | 116.65 | 107.31 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 80 | 0.88 | 0 | 0.54 | 0.32 | 143.53 | 0.79 | 0.38 |
| Hex | 14 | AD | 50 | 58 | 0 | 36 | 20 | 90 | 4F | 26 |
| Octal | 24 | 255 | 120 | 130 | 0 | 66 | 40 | 220 | 117 | 46 |
| Binary | 10100 | 10101101 | 1010000 | 1011000 | 0 | 110110 | 100000 | 10010000 | 1001111 | 100110 |
Color Harmonies of #14AD50
Complementary color
Monochromatic Colors of #14AD50
Black with #14AD50
Text Example
Text Example
White with #14AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD50; }
p { color: rgb(20,173,80); }
H1.HeaderClassName
{
color: #14AD50;
}
.AnyTagClassName
{
color: #14AD50;
}
</style>
background-color css
<style>
a { background-color: #14AD50; }
a { background-color: rgb(20,173,80); }
div.DivClassName
{
background-color: #14AD50;
}
.BgClassName
{
background-color: #14AD50;
}
</style>
border-color css
<style>
span { border-color: #14AD50; }
span { border-color: rgb(20,173,80); }
td.TdClassName
{
border-color: #14AD50;
}
.TagClassName
{
border-color: #14AD50;
}
</style>