Shades of Dark Pastel Green #14C04F
Tints of Dark Pastel Green #14C04F
RGB
CMYK
RGB Variations
Color information
#14C04F (or 0x14C04F) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 4F. RGB value is (20,192,79). Sum of RGB (Red+Green+Blue) = 20+192+79=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #14C04F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C04F is #EB3FB0. Grayscale: #7F7F7F. Windows color (decimal): -15417265 or 5226516. OLE color: 5226516.
HSL color Cylindrical-coordinate representation of color #14C04F: hue angle of 140.58º 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 #14C04F is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 79 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.25 |
| HSL | 140.58º | 0.81% | 0.42% | - |
| HSV(B) | 140.58º | 0.9% | 0.75% | - |
| XYZ | 20.55 | 38.41 | 13.73 | - |
| YUV | 127.69 | 100.52 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 79 | 0.90 | 0 | 0.59 | 0.25 | 140.58 | 0.81 | 0.42 |
| Hex | 14 | C0 | 4F | 5A | 0 | 3B | 19 | 8D | 51 | 2A |
| Octal | 24 | 300 | 117 | 132 | 0 | 73 | 31 | 215 | 121 | 52 |
| Binary | 10100 | 11000000 | 1001111 | 1011010 | 0 | 111011 | 11001 | 10001101 | 1010001 | 101010 |
Color Harmonies of #14C04F
Complementary color
Monochromatic Colors of #14C04F
Black with #14C04F
Text Example
Text Example
White with #14C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C04F; }
p { color: rgb(20,192,79); }
H1.HeaderClassName
{
color: #14C04F;
}
.AnyTagClassName
{
color: #14C04F;
}
</style>
background-color css
<style>
a { background-color: #14C04F; }
a { background-color: rgb(20,192,79); }
div.DivClassName
{
background-color: #14C04F;
}
.BgClassName
{
background-color: #14C04F;
}
</style>
border-color css
<style>
span { border-color: #14C04F; }
span { border-color: rgb(20,192,79); }
td.TdClassName
{
border-color: #14C04F;
}
.TagClassName
{
border-color: #14C04F;
}
</style>