Shades of Dark Pastel Green #14BC50
Tints of Dark Pastel Green #14BC50
RGB
CMYK
RGB Variations
Color information
#14BC50 (or 0x14BC50) is known color: Dark Pastel Green. HEX triplet: 14, BC and 50. RGB value is (20,188,80). Sum of RGB (Red+Green+Blue) = 20+188+80=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BC50 is #EB43AF. Grayscale: #7D7D7D. Windows color (decimal): -15418288 or 5291028. OLE color: 5291028.
HSL color Cylindrical-coordinate representation of color #14BC50: hue angle of 141.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BC50 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 80 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.26 |
| HSL | 141.43º | 0.81% | 0.41% | - |
| HSV(B) | 141.43º | 0.89% | 0.74% | - |
| XYZ | 19.72 | 36.69 | 13.63 | - |
| YUV | 125.46 | 102.34 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 80 | 0.89 | 0 | 0.57 | 0.26 | 141.43 | 0.81 | 0.41 |
| Hex | 14 | BC | 50 | 59 | 0 | 39 | 1A | 8D | 51 | 29 |
| Octal | 24 | 274 | 120 | 131 | 0 | 71 | 32 | 215 | 121 | 51 |
| Binary | 10100 | 10111100 | 1010000 | 1011001 | 0 | 111001 | 11010 | 10001101 | 1010001 | 101001 |
Color Harmonies of #14BC50
Complementary color
Monochromatic Colors of #14BC50
Black with #14BC50
Text Example
Text Example
White with #14BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC50; }
p { color: rgb(20,188,80); }
H1.HeaderClassName
{
color: #14BC50;
}
.AnyTagClassName
{
color: #14BC50;
}
</style>
background-color css
<style>
a { background-color: #14BC50; }
a { background-color: rgb(20,188,80); }
div.DivClassName
{
background-color: #14BC50;
}
.BgClassName
{
background-color: #14BC50;
}
</style>
border-color css
<style>
span { border-color: #14BC50; }
span { border-color: rgb(20,188,80); }
td.TdClassName
{
border-color: #14BC50;
}
.TagClassName
{
border-color: #14BC50;
}
</style>