Shades of Dark Pastel Green #14BA53
Tints of Dark Pastel Green #14BA53
RGB
CMYK
RGB Variations
Color information
#14BA53 (or 0x14BA53) is known color: Dark Pastel Green. HEX triplet: 14, BA and 53. RGB value is (20,186,83). Sum of RGB (Red+Green+Blue) = 20+186+83=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA53 is #EB45AC. Grayscale: #7C7C7C. Windows color (decimal): -15418797 or 5487124. OLE color: 5487124.
HSL color Cylindrical-coordinate representation of color #14BA53: hue angle of 142.77º 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 #14BA53 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 83 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.27 |
| HSL | 142.77º | 0.81% | 0.4% | - |
| HSV(B) | 142.77º | 0.89% | 0.73% | - |
| XYZ | 19.41 | 35.89 | 14.09 | - |
| YUV | 124.62 | 104.5 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 83 | 0.89 | 0 | 0.55 | 0.27 | 142.77 | 0.81 | 0.4 |
| Hex | 14 | BA | 53 | 59 | 0 | 37 | 1B | 8F | 51 | 28 |
| Octal | 24 | 272 | 123 | 131 | 0 | 67 | 33 | 217 | 121 | 50 |
| Binary | 10100 | 10111010 | 1010011 | 1011001 | 0 | 110111 | 11011 | 10001111 | 1010001 | 101000 |
Color Harmonies of #14BA53
Complementary color
Monochromatic Colors of #14BA53
Black with #14BA53
Text Example
Text Example
White with #14BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA53; }
p { color: rgb(20,186,83); }
H1.HeaderClassName
{
color: #14BA53;
}
.AnyTagClassName
{
color: #14BA53;
}
</style>
background-color css
<style>
a { background-color: #14BA53; }
a { background-color: rgb(20,186,83); }
div.DivClassName
{
background-color: #14BA53;
}
.BgClassName
{
background-color: #14BA53;
}
</style>
border-color css
<style>
span { border-color: #14BA53; }
span { border-color: rgb(20,186,83); }
td.TdClassName
{
border-color: #14BA53;
}
.TagClassName
{
border-color: #14BA53;
}
</style>