Shades of Pigment Green #14A65C
Tints of Pigment Green #14A65C
RGB
CMYK
RGB Variations
Color information
#14A65C (or 0x14A65C) is known color: Pigment Green. HEX triplet: 14, A6 and 5C. RGB value is (20,166,92). Sum of RGB (Red+Green+Blue) = 20+166+92=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #14A65C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A65C is #EB59A3. Grayscale: #727272. Windows color (decimal): -15423908 or 6071828. OLE color: 6071828.
HSL color Cylindrical-coordinate representation of color #14A65C: hue angle of 149.59º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A65C is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 166 | 92 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.35 |
| HSL | 149.59º | 0.78% | 0.36% | - |
| HSV(B) | 149.59º | 0.88% | 0.65% | - |
| XYZ | 15.86 | 28.19 | 14.73 | - |
| YUV | 113.91 | 115.63 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 166 | 92 | 0.88 | 0 | 0.45 | 0.35 | 149.59 | 0.78 | 0.36 |
| Hex | 14 | A6 | 5C | 58 | 0 | 2D | 23 | 96 | 4E | 24 |
| Octal | 24 | 246 | 134 | 130 | 0 | 55 | 43 | 226 | 116 | 44 |
| Binary | 10100 | 10100110 | 1011100 | 1011000 | 0 | 101101 | 100011 | 10010110 | 1001110 | 100100 |
Color Harmonies of #14A65C
Complementary color
Monochromatic Colors of #14A65C
Black with #14A65C
Text Example
Text Example
White with #14A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A65C; }
p { color: rgb(20,166,92); }
H1.HeaderClassName
{
color: #14A65C;
}
.AnyTagClassName
{
color: #14A65C;
}
</style>
background-color css
<style>
a { background-color: #14A65C; }
a { background-color: rgb(20,166,92); }
div.DivClassName
{
background-color: #14A65C;
}
.BgClassName
{
background-color: #14A65C;
}
</style>
border-color css
<style>
span { border-color: #14A65C; }
span { border-color: rgb(20,166,92); }
td.TdClassName
{
border-color: #14A65C;
}
.TagClassName
{
border-color: #14A65C;
}
</style>