Shades of Dark Pastel Green #14C039
Tints of Dark Pastel Green #14C039
RGB
CMYK
RGB Variations
Color information
#14C039 (or 0x14C039) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 39. RGB value is (20,192,57). Sum of RGB (Red+Green+Blue) = 20+192+57=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #14C039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C039 is #EB3FC6. Grayscale: #7D7D7D. Windows color (decimal): -15417287 or 3784724. OLE color: 3784724.
HSL color Cylindrical-coordinate representation of color #14C039: hue angle of 132.91º 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 #14C039 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 57 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.25 |
| HSL | 132.91º | 0.81% | 0.42% | - |
| HSV(B) | 132.91º | 0.9% | 0.75% | - |
| XYZ | 19.88 | 38.14 | 10.19 | - |
| YUV | 125.18 | 89.52 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 57 | 0.90 | 0 | 0.70 | 0.25 | 132.91 | 0.81 | 0.42 |
| Hex | 14 | C0 | 39 | 5A | 0 | 46 | 19 | 85 | 51 | 2A |
| Octal | 24 | 300 | 71 | 132 | 0 | 106 | 31 | 205 | 121 | 52 |
| Binary | 10100 | 11000000 | 111001 | 1011010 | 0 | 1000110 | 11001 | 10000101 | 1010001 | 101010 |
Color Harmonies of #14C039
Complementary color
Monochromatic Colors of #14C039
Black with #14C039
Text Example
Text Example
White with #14C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C039; }
p { color: rgb(20,192,57); }
H1.HeaderClassName
{
color: #14C039;
}
.AnyTagClassName
{
color: #14C039;
}
</style>
background-color css
<style>
a { background-color: #14C039; }
a { background-color: rgb(20,192,57); }
div.DivClassName
{
background-color: #14C039;
}
.BgClassName
{
background-color: #14C039;
}
</style>
border-color css
<style>
span { border-color: #14C039; }
span { border-color: rgb(20,192,57); }
td.TdClassName
{
border-color: #14C039;
}
.TagClassName
{
border-color: #14C039;
}
</style>