Shades of Dark Pastel Green #14C34D
Tints of Dark Pastel Green #14C34D
RGB
CMYK
RGB Variations
Color information
#14C34D (or 0x14C34D) is known color: Dark Pastel Green. HEX triplet: 14, C3 and 4D. RGB value is (20,195,77). Sum of RGB (Red+Green+Blue) = 20+195+77=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 195 (76.56% from 255 or 66.78% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 195 - color contains mainly: green. Hex color #14C34D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C34D is #EB3CB2. Grayscale: #818181. Windows color (decimal): -15416499 or 5096212. OLE color: 5096212.
HSL color Cylindrical-coordinate representation of color #14C34D: hue angle of 139.54º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C34D is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 77 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.24 |
| HSL | 139.54º | 0.81% | 0.42% | - |
| HSV(B) | 139.54º | 0.9% | 0.76% | - |
| XYZ | 21.14 | 39.71 | 13.57 | - |
| YUV | 129.22 | 98.52 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 77 | 0.90 | 0 | 0.61 | 0.24 | 139.54 | 0.81 | 0.42 |
| Hex | 14 | C3 | 4D | 5A | 0 | 3D | 18 | 8C | 51 | 2A |
| Octal | 24 | 303 | 115 | 132 | 0 | 75 | 30 | 214 | 121 | 52 |
| Binary | 10100 | 11000011 | 1001101 | 1011010 | 0 | 111101 | 11000 | 10001100 | 1010001 | 101010 |
Color Harmonies of #14C34D
Complementary color
Monochromatic Colors of #14C34D
Black with #14C34D
Text Example
Text Example
White with #14C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C34D; }
p { color: rgb(20,195,77); }
H1.HeaderClassName
{
color: #14C34D;
}
.AnyTagClassName
{
color: #14C34D;
}
</style>
background-color css
<style>
a { background-color: #14C34D; }
a { background-color: rgb(20,195,77); }
div.DivClassName
{
background-color: #14C34D;
}
.BgClassName
{
background-color: #14C34D;
}
</style>
border-color css
<style>
span { border-color: #14C34D; }
span { border-color: rgb(20,195,77); }
td.TdClassName
{
border-color: #14C34D;
}
.TagClassName
{
border-color: #14C34D;
}
</style>