Shades of Dark Pastel Green #14BA4F
Tints of Dark Pastel Green #14BA4F
RGB
CMYK
RGB Variations
Color information
#14BA4F (or 0x14BA4F) is known color: Dark Pastel Green. HEX triplet: 14, BA and 4F. RGB value is (20,186,79). Sum of RGB (Red+Green+Blue) = 20+186+79=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA4F is #EB45B0. Grayscale: #7C7C7C. Windows color (decimal): -15418801 or 5224980. OLE color: 5224980.
HSL color Cylindrical-coordinate representation of color #14BA4F: hue angle of 141.33º 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 #14BA4F is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 79 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.27 |
| HSL | 141.33º | 0.81% | 0.4% | - |
| HSV(B) | 141.33º | 0.89% | 0.73% | - |
| XYZ | 19.26 | 35.83 | 13.3 | - |
| YUV | 124.17 | 102.5 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 79 | 0.89 | 0 | 0.58 | 0.27 | 141.33 | 0.81 | 0.4 |
| Hex | 14 | BA | 4F | 59 | 0 | 3A | 1B | 8D | 51 | 28 |
| Octal | 24 | 272 | 117 | 131 | 0 | 72 | 33 | 215 | 121 | 50 |
| Binary | 10100 | 10111010 | 1001111 | 1011001 | 0 | 111010 | 11011 | 10001101 | 1010001 | 101000 |
Color Harmonies of #14BA4F
Complementary color
Monochromatic Colors of #14BA4F
Black with #14BA4F
Text Example
Text Example
White with #14BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA4F; }
p { color: rgb(20,186,79); }
H1.HeaderClassName
{
color: #14BA4F;
}
.AnyTagClassName
{
color: #14BA4F;
}
</style>
background-color css
<style>
a { background-color: #14BA4F; }
a { background-color: rgb(20,186,79); }
div.DivClassName
{
background-color: #14BA4F;
}
.BgClassName
{
background-color: #14BA4F;
}
</style>
border-color css
<style>
span { border-color: #14BA4F; }
span { border-color: rgb(20,186,79); }
td.TdClassName
{
border-color: #14BA4F;
}
.TagClassName
{
border-color: #14BA4F;
}
</style>