Shades of Dark Pastel Green #14BA49
Tints of Dark Pastel Green #14BA49
RGB
CMYK
RGB Variations
Color information
#14BA49 (or 0x14BA49) is known color: Dark Pastel Green. HEX triplet: 14, BA and 49. RGB value is (20,186,73). Sum of RGB (Red+Green+Blue) = 20+186+73=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA49 is #EB45B6. Grayscale: #7B7B7B. Windows color (decimal): -15418807 or 4831764. OLE color: 4831764.
HSL color Cylindrical-coordinate representation of color #14BA49: hue angle of 139.16º 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 #14BA49 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 73 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.27 |
| HSL | 139.16º | 0.81% | 0.4% | - |
| HSV(B) | 139.16º | 0.89% | 0.73% | - |
| XYZ | 19.05 | 35.75 | 12.2 | - |
| YUV | 123.48 | 99.5 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 73 | 0.89 | 0 | 0.61 | 0.27 | 139.16 | 0.81 | 0.4 |
| Hex | 14 | BA | 49 | 59 | 0 | 3D | 1B | 8B | 51 | 28 |
| Octal | 24 | 272 | 111 | 131 | 0 | 75 | 33 | 213 | 121 | 50 |
| Binary | 10100 | 10111010 | 1001001 | 1011001 | 0 | 111101 | 11011 | 10001011 | 1010001 | 101000 |
Color Harmonies of #14BA49
Complementary color
Monochromatic Colors of #14BA49
Black with #14BA49
Text Example
Text Example
White with #14BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA49; }
p { color: rgb(20,186,73); }
H1.HeaderClassName
{
color: #14BA49;
}
.AnyTagClassName
{
color: #14BA49;
}
</style>
background-color css
<style>
a { background-color: #14BA49; }
a { background-color: rgb(20,186,73); }
div.DivClassName
{
background-color: #14BA49;
}
.BgClassName
{
background-color: #14BA49;
}
</style>
border-color css
<style>
span { border-color: #14BA49; }
span { border-color: rgb(20,186,73); }
td.TdClassName
{
border-color: #14BA49;
}
.TagClassName
{
border-color: #14BA49;
}
</style>