Shades of Pigment Green #14A65B
Tints of Pigment Green #14A65B
RGB
CMYK
RGB Variations
Color information
#14A65B (or 0x14A65B) is known color: Pigment Green. HEX triplet: 14, A6 and 5B. RGB value is (20,166,91). Sum of RGB (Red+Green+Blue) = 20+166+91=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 166 (65.23% from 255 or 59.93% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 166 - color contains mainly: green. Hex color #14A65B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A65B is #EB59A4. Grayscale: #717171. Windows color (decimal): -15423909 or 6006292. OLE color: 6006292.
HSL color Cylindrical-coordinate representation of color #14A65B: hue angle of 149.18º 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 #14A65B is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 166 | 91 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.35 |
| HSL | 149.18º | 0.78% | 0.36% | - |
| HSV(B) | 149.18º | 0.88% | 0.65% | - |
| XYZ | 15.81 | 28.18 | 14.5 | - |
| YUV | 113.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 166 | 91 | 0.88 | 0 | 0.45 | 0.35 | 149.18 | 0.78 | 0.36 |
| Hex | 14 | A6 | 5B | 58 | 0 | 2D | 23 | 95 | 4E | 24 |
| Octal | 24 | 246 | 133 | 130 | 0 | 55 | 43 | 225 | 116 | 44 |
| Binary | 10100 | 10100110 | 1011011 | 1011000 | 0 | 101101 | 100011 | 10010101 | 1001110 | 100100 |
Color Harmonies of #14A65B
Complementary color
Monochromatic Colors of #14A65B
Black with #14A65B
Text Example
Text Example
White with #14A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A65B; }
p { color: rgb(20,166,91); }
H1.HeaderClassName
{
color: #14A65B;
}
.AnyTagClassName
{
color: #14A65B;
}
</style>
background-color css
<style>
a { background-color: #14A65B; }
a { background-color: rgb(20,166,91); }
div.DivClassName
{
background-color: #14A65B;
}
.BgClassName
{
background-color: #14A65B;
}
</style>
border-color css
<style>
span { border-color: #14A65B; }
span { border-color: rgb(20,166,91); }
td.TdClassName
{
border-color: #14A65B;
}
.TagClassName
{
border-color: #14A65B;
}
</style>