Shades of Dark Pastel Green #14AE2D
Tints of Dark Pastel Green #14AE2D
RGB
CMYK
RGB Variations
Color information
#14AE2D (or 0x14AE2D) is known color: Dark Pastel Green. HEX triplet: 14, AE and 2D. RGB value is (20,174,45). Sum of RGB (Red+Green+Blue) = 20+174+45=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 174 (68.36% from 255 or 72.80% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AE2D is #EB51D2. Grayscale: #717171. Windows color (decimal): -15421907 or 2993684. OLE color: 2993684.
HSL color Cylindrical-coordinate representation of color #14AE2D: hue angle of 129.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AE2D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 174 | 45 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.32 |
| HSL | 129.74º | 0.79% | 0.38% | - |
| HSV(B) | 129.74º | 0.89% | 0.68% | - |
| XYZ | 15.9 | 30.61 | 7.55 | - |
| YUV | 113.25 | 89.48 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 174 | 45 | 0.89 | 0 | 0.74 | 0.32 | 129.74 | 0.79 | 0.38 |
| Hex | 14 | AE | 2D | 59 | 0 | 4A | 20 | 82 | 4F | 26 |
| Octal | 24 | 256 | 55 | 131 | 0 | 112 | 40 | 202 | 117 | 46 |
| Binary | 10100 | 10101110 | 101101 | 1011001 | 0 | 1001010 | 100000 | 10000010 | 1001111 | 100110 |
Color Harmonies of #14AE2D
Complementary color
Monochromatic Colors of #14AE2D
Black with #14AE2D
Text Example
Text Example
White with #14AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AE2D; }
p { color: rgb(20,174,45); }
H1.HeaderClassName
{
color: #14AE2D;
}
.AnyTagClassName
{
color: #14AE2D;
}
</style>
background-color css
<style>
a { background-color: #14AE2D; }
a { background-color: rgb(20,174,45); }
div.DivClassName
{
background-color: #14AE2D;
}
.BgClassName
{
background-color: #14AE2D;
}
</style>
border-color css
<style>
span { border-color: #14AE2D; }
span { border-color: rgb(20,174,45); }
td.TdClassName
{
border-color: #14AE2D;
}
.TagClassName
{
border-color: #14AE2D;
}
</style>