Shades of Pigment Green #14AC5E
Tints of Pigment Green #14AC5E
RGB
CMYK
RGB Variations
Color information
#14AC5E (or 0x14AC5E) is known color: Pigment Green. HEX triplet: 14, AC and 5E. RGB value is (20,172,94). Sum of RGB (Red+Green+Blue) = 20+172+94=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AC5E is #EB53A1. Grayscale: #757575. Windows color (decimal): -15422370 or 6204436. OLE color: 6204436.
HSL color Cylindrical-coordinate representation of color #14AC5E: hue angle of 149.21º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AC5E is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
RGB | 20 | 172 | 94 | - |
CMYK | 0.88 | 0 | 0.45 | 0.33 |
HSL | 149.21º | 0.79% | 0.38% | - |
HSV(B) | 149.21º | 0.88% | 0.67% | - |
XYZ | 17.06 | 30.46 | 15.57 | - |
YUV | 117.66 | 114.64 | 58.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 172 | 94 | 0.88 | 0 | 0.45 | 0.33 | 149.21 | 0.79 | 0.38 |
Hex | 14 | AC | 5E | 58 | 0 | 2D | 21 | 95 | 4F | 26 |
Octal | 24 | 254 | 136 | 130 | 0 | 55 | 41 | 225 | 117 | 46 |
Binary | 10100 | 10101100 | 1011110 | 1011000 | 0 | 101101 | 100001 | 10010101 | 1001111 | 100110 |
Color Harmonies of #14AC5E
Complementary color
Monochromatic Colors of #14AC5E
Black with #14AC5E
Text Example
Text Example
White with #14AC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AC5E; }
p { color: rgb(20,172,94); }
H1.HeaderClassName
{
color: #14AC5E;
}
.AnyTagClassName
{
color: #14AC5E;
}
</style>
background-color css
<style>
a { background-color: #14AC5E; }
a { background-color: rgb(20,172,94); }
div.DivClassName
{
background-color: #14AC5E;
}
.BgClassName
{
background-color: #14AC5E;
}
</style>
border-color css
<style>
span { border-color: #14AC5E; }
span { border-color: rgb(20,172,94); }
td.TdClassName
{
border-color: #14AC5E;
}
.TagClassName
{
border-color: #14AC5E;
}
</style>