Shades of Dark Pastel Green #14C050
Tints of Dark Pastel Green #14C050
RGB
CMYK
RGB Variations
Color information
#14C050 (or 0x14C050) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 50. RGB value is (20,192,80). Sum of RGB (Red+Green+Blue) = 20+192+80=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #14C050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C050 is #EB3FAF. Grayscale: #808080. Windows color (decimal): -15417264 or 5292052. OLE color: 5292052.
HSL color Cylindrical-coordinate representation of color #14C050: hue angle of 140.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C050 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 80 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.25 |
| HSL | 140.93º | 0.81% | 0.42% | - |
| HSV(B) | 140.93º | 0.9% | 0.75% | - |
| XYZ | 20.59 | 38.43 | 13.92 | - |
| YUV | 127.8 | 101.02 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 80 | 0.90 | 0 | 0.58 | 0.25 | 140.93 | 0.81 | 0.42 |
| Hex | 14 | C0 | 50 | 5A | 0 | 3A | 19 | 8D | 51 | 2A |
| Octal | 24 | 300 | 120 | 132 | 0 | 72 | 31 | 215 | 121 | 52 |
| Binary | 10100 | 11000000 | 1010000 | 1011010 | 0 | 111010 | 11001 | 10001101 | 1010001 | 101010 |
Color Harmonies of #14C050
Complementary color
Monochromatic Colors of #14C050
Black with #14C050
Text Example
Text Example
White with #14C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C050; }
p { color: rgb(20,192,80); }
H1.HeaderClassName
{
color: #14C050;
}
.AnyTagClassName
{
color: #14C050;
}
</style>
background-color css
<style>
a { background-color: #14C050; }
a { background-color: rgb(20,192,80); }
div.DivClassName
{
background-color: #14C050;
}
.BgClassName
{
background-color: #14C050;
}
</style>
border-color css
<style>
span { border-color: #14C050; }
span { border-color: rgb(20,192,80); }
td.TdClassName
{
border-color: #14C050;
}
.TagClassName
{
border-color: #14C050;
}
</style>