Shades of Dark Pastel Green #14D42F
Tints of Dark Pastel Green #14D42F
RGB
CMYK
RGB Variations
Color information
#14D42F (or 0x14D42F) is known color: Dark Pastel Green. HEX triplet: 14, D4 and 2F. RGB value is (20,212,47). Sum of RGB (Red+Green+Blue) = 20+212+47=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 212 (83.20% from 255 or 75.99% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 212 - color contains mainly: green. Hex color #14D42F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D42F is #EB2BD0. Grayscale: #888888. Windows color (decimal): -15412177 or 3134484. OLE color: 3134484.
HSL color Cylindrical-coordinate representation of color #14D42F: hue angle of 128.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D42F is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 47 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.17 |
| HSL | 128.44º | 0.83% | 0.45% | - |
| HSV(B) | 128.44º | 0.91% | 0.83% | - |
| XYZ | 24.35 | 47.44 | 10.56 | - |
| YUV | 135.78 | 77.89 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 47 | 0.91 | 0 | 0.78 | 0.17 | 128.44 | 0.83 | 0.45 |
| Hex | 14 | D4 | 2F | 5B | 0 | 4E | 11 | 80 | 53 | 2D |
| Octal | 24 | 324 | 57 | 133 | 0 | 116 | 21 | 200 | 123 | 55 |
| Binary | 10100 | 11010100 | 101111 | 1011011 | 0 | 1001110 | 10001 | 10000000 | 1010011 | 101101 |
Color Harmonies of #14D42F
Complementary color
Monochromatic Colors of #14D42F
Black with #14D42F
Text Example
Text Example
White with #14D42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D42F; }
p { color: rgb(20,212,47); }
H1.HeaderClassName
{
color: #14D42F;
}
.AnyTagClassName
{
color: #14D42F;
}
</style>
background-color css
<style>
a { background-color: #14D42F; }
a { background-color: rgb(20,212,47); }
div.DivClassName
{
background-color: #14D42F;
}
.BgClassName
{
background-color: #14D42F;
}
</style>
border-color css
<style>
span { border-color: #14D42F; }
span { border-color: rgb(20,212,47); }
td.TdClassName
{
border-color: #14D42F;
}
.TagClassName
{
border-color: #14D42F;
}
</style>