Shades of Pigment Green #14BA5D
Tints of Pigment Green #14BA5D
RGB
CMYK
RGB Variations
Color information
#14BA5D (or 0x14BA5D) is known color: Pigment Green. HEX triplet: 14, BA and 5D. RGB value is (20,186,93). Sum of RGB (Red+Green+Blue) = 20+186+93=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA5D is #EB45A2. Grayscale: #7D7D7D. Windows color (decimal): -15418787 or 6142484. OLE color: 6142484.
HSL color Cylindrical-coordinate representation of color #14BA5D: hue angle of 146.39º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA5D is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 93 | - |
| CMYK | 0.89 | 0 | 0.5 | 0.27 |
| HSL | 146.39º | 0.81% | 0.4% | - |
| HSV(B) | 146.39º | 0.89% | 0.73% | - |
| XYZ | 19.82 | 36.06 | 16.27 | - |
| YUV | 125.76 | 109.5 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 93 | 0.89 | 0 | 0.5 | 0.27 | 146.39 | 0.81 | 0.4 |
| Hex | 14 | BA | 5D | 59 | 0 | 32 | 1B | 92 | 51 | 28 |
| Octal | 24 | 272 | 135 | 131 | 0 | 62 | 33 | 222 | 121 | 50 |
| Binary | 10100 | 10111010 | 1011101 | 1011001 | 0 | 110010 | 11011 | 10010010 | 1010001 | 101000 |
Color Harmonies of #14BA5D
Complementary color
Monochromatic Colors of #14BA5D
Black with #14BA5D
Text Example
Text Example
White with #14BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA5D; }
p { color: rgb(20,186,93); }
H1.HeaderClassName
{
color: #14BA5D;
}
.AnyTagClassName
{
color: #14BA5D;
}
</style>
background-color css
<style>
a { background-color: #14BA5D; }
a { background-color: rgb(20,186,93); }
div.DivClassName
{
background-color: #14BA5D;
}
.BgClassName
{
background-color: #14BA5D;
}
</style>
border-color css
<style>
span { border-color: #14BA5D; }
span { border-color: rgb(20,186,93); }
td.TdClassName
{
border-color: #14BA5D;
}
.TagClassName
{
border-color: #14BA5D;
}
</style>