Shades of Dark Pastel Green #14C02F
Tints of Dark Pastel Green #14C02F
RGB
CMYK
RGB Variations
Color information
#14C02F (or 0x14C02F) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 2F. RGB value is (20,192,47). Sum of RGB (Red+Green+Blue) = 20+192+47=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 192 (75.39% from 255 or 74.13% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 192 - color contains mainly: green. Hex color #14C02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C02F is #EB3FD0. Grayscale: #7C7C7C. Windows color (decimal): -15417297 or 3129364. OLE color: 3129364.
HSL color Cylindrical-coordinate representation of color #14C02F: hue angle of 129.42º 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 #14C02F is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 47 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.25 |
| HSL | 129.42º | 0.81% | 0.42% | - |
| HSV(B) | 129.42º | 0.9% | 0.75% | - |
| XYZ | 19.65 | 38.05 | 9 | - |
| YUV | 124.04 | 84.52 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 47 | 0.90 | 0 | 0.76 | 0.25 | 129.42 | 0.81 | 0.42 |
| Hex | 14 | C0 | 2F | 5A | 0 | 4C | 19 | 81 | 51 | 2A |
| Octal | 24 | 300 | 57 | 132 | 0 | 114 | 31 | 201 | 121 | 52 |
| Binary | 10100 | 11000000 | 101111 | 1011010 | 0 | 1001100 | 11001 | 10000001 | 1010001 | 101010 |
Color Harmonies of #14C02F
Complementary color
Monochromatic Colors of #14C02F
Black with #14C02F
Text Example
Text Example
White with #14C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C02F; }
p { color: rgb(20,192,47); }
H1.HeaderClassName
{
color: #14C02F;
}
.AnyTagClassName
{
color: #14C02F;
}
</style>
background-color css
<style>
a { background-color: #14C02F; }
a { background-color: rgb(20,192,47); }
div.DivClassName
{
background-color: #14C02F;
}
.BgClassName
{
background-color: #14C02F;
}
</style>
border-color css
<style>
span { border-color: #14C02F; }
span { border-color: rgb(20,192,47); }
td.TdClassName
{
border-color: #14C02F;
}
.TagClassName
{
border-color: #14C02F;
}
</style>