Shades of Dark Pastel Green #14BA4E
Tints of Dark Pastel Green #14BA4E
RGB
CMYK
RGB Variations
Color information
#14BA4E (or 0x14BA4E) is known color: Dark Pastel Green. HEX triplet: 14, BA and 4E. RGB value is (20,186,78). Sum of RGB (Red+Green+Blue) = 20+186+78=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA4E is #EB45B1. Grayscale: #7C7C7C. Windows color (decimal): -15418802 or 5159444. OLE color: 5159444.
HSL color Cylindrical-coordinate representation of color #14BA4E: hue angle of 140.96º 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 #14BA4E is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 78 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.27 |
| HSL | 140.96º | 0.81% | 0.4% | - |
| HSV(B) | 140.96º | 0.89% | 0.73% | - |
| XYZ | 19.22 | 35.82 | 13.11 | - |
| YUV | 124.05 | 102 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 78 | 0.89 | 0 | 0.58 | 0.27 | 140.96 | 0.81 | 0.4 |
| Hex | 14 | BA | 4E | 59 | 0 | 3A | 1B | 8D | 51 | 28 |
| Octal | 24 | 272 | 116 | 131 | 0 | 72 | 33 | 215 | 121 | 50 |
| Binary | 10100 | 10111010 | 1001110 | 1011001 | 0 | 111010 | 11011 | 10001101 | 1010001 | 101000 |
Color Harmonies of #14BA4E
Complementary color
Monochromatic Colors of #14BA4E
Black with #14BA4E
Text Example
Text Example
White with #14BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA4E; }
p { color: rgb(20,186,78); }
H1.HeaderClassName
{
color: #14BA4E;
}
.AnyTagClassName
{
color: #14BA4E;
}
</style>
background-color css
<style>
a { background-color: #14BA4E; }
a { background-color: rgb(20,186,78); }
div.DivClassName
{
background-color: #14BA4E;
}
.BgClassName
{
background-color: #14BA4E;
}
</style>
border-color css
<style>
span { border-color: #14BA4E; }
span { border-color: rgb(20,186,78); }
td.TdClassName
{
border-color: #14BA4E;
}
.TagClassName
{
border-color: #14BA4E;
}
</style>