Shades of Dark Pastel Green #14BA51
Tints of Dark Pastel Green #14BA51
RGB
CMYK
RGB Variations
Color information
#14BA51 (or 0x14BA51) is known color: Dark Pastel Green. HEX triplet: 14, BA and 51. RGB value is (20,186,81). Sum of RGB (Red+Green+Blue) = 20+186+81=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA51 is #EB45AE. Grayscale: #7C7C7C. Windows color (decimal): -15418799 or 5356052. OLE color: 5356052.
HSL color Cylindrical-coordinate representation of color #14BA51: hue angle of 142.05º 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 #14BA51 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 81 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.27 |
| HSL | 142.05º | 0.81% | 0.4% | - |
| HSV(B) | 142.05º | 0.89% | 0.73% | - |
| XYZ | 19.33 | 35.86 | 13.69 | - |
| YUV | 124.4 | 103.5 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 81 | 0.89 | 0 | 0.56 | 0.27 | 142.05 | 0.81 | 0.4 |
| Hex | 14 | BA | 51 | 59 | 0 | 38 | 1B | 8E | 51 | 28 |
| Octal | 24 | 272 | 121 | 131 | 0 | 70 | 33 | 216 | 121 | 50 |
| Binary | 10100 | 10111010 | 1010001 | 1011001 | 0 | 111000 | 11011 | 10001110 | 1010001 | 101000 |
Color Harmonies of #14BA51
Complementary color
Monochromatic Colors of #14BA51
Black with #14BA51
Text Example
Text Example
White with #14BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA51; }
p { color: rgb(20,186,81); }
H1.HeaderClassName
{
color: #14BA51;
}
.AnyTagClassName
{
color: #14BA51;
}
</style>
background-color css
<style>
a { background-color: #14BA51; }
a { background-color: rgb(20,186,81); }
div.DivClassName
{
background-color: #14BA51;
}
.BgClassName
{
background-color: #14BA51;
}
</style>
border-color css
<style>
span { border-color: #14BA51; }
span { border-color: rgb(20,186,81); }
td.TdClassName
{
border-color: #14BA51;
}
.TagClassName
{
border-color: #14BA51;
}
</style>