Shades of Dark Pastel Green #14B84D
Tints of Dark Pastel Green #14B84D
RGB
CMYK
RGB Variations
Color information
#14B84D (or 0x14B84D) is known color: Dark Pastel Green. HEX triplet: 14, B8 and 4D. RGB value is (20,184,77). Sum of RGB (Red+Green+Blue) = 20+184+77=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 184 (72.27% from 255 or 65.48% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 184 - color contains mainly: green. Hex color #14B84D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B84D is #EB47B2. Grayscale: #7B7B7B. Windows color (decimal): -15419315 or 5093396. OLE color: 5093396.
HSL color Cylindrical-coordinate representation of color #14B84D: hue angle of 140.85º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B84D is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 184 | 77 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.28 |
| HSL | 140.85º | 0.8% | 0.4% | - |
| HSV(B) | 140.85º | 0.89% | 0.72% | - |
| XYZ | 18.77 | 34.97 | 12.78 | - |
| YUV | 122.77 | 102.17 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 184 | 77 | 0.89 | 0 | 0.58 | 0.28 | 140.85 | 0.8 | 0.4 |
| Hex | 14 | B8 | 4D | 59 | 0 | 3A | 1C | 8D | 50 | 28 |
| Octal | 24 | 270 | 115 | 131 | 0 | 72 | 34 | 215 | 120 | 50 |
| Binary | 10100 | 10111000 | 1001101 | 1011001 | 0 | 111010 | 11100 | 10001101 | 1010000 | 101000 |
Color Harmonies of #14B84D
Complementary color
Monochromatic Colors of #14B84D
Black with #14B84D
Text Example
Text Example
White with #14B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B84D; }
p { color: rgb(20,184,77); }
H1.HeaderClassName
{
color: #14B84D;
}
.AnyTagClassName
{
color: #14B84D;
}
</style>
background-color css
<style>
a { background-color: #14B84D; }
a { background-color: rgb(20,184,77); }
div.DivClassName
{
background-color: #14B84D;
}
.BgClassName
{
background-color: #14B84D;
}
</style>
border-color css
<style>
span { border-color: #14B84D; }
span { border-color: rgb(20,184,77); }
td.TdClassName
{
border-color: #14B84D;
}
.TagClassName
{
border-color: #14B84D;
}
</style>