Shades of Dark Pastel Green #14AC2D
Tints of Dark Pastel Green #14AC2D
RGB
CMYK
RGB Variations
Color information
#14AC2D (or 0x14AC2D) is known color: Dark Pastel Green. HEX triplet: 14, AC and 2D. RGB value is (20,172,45). Sum of RGB (Red+Green+Blue) = 20+172+45=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 172 (67.58% from 255 or 72.57% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AC2D is #EB53D2. Grayscale: #707070. Windows color (decimal): -15422419 or 2993172. OLE color: 2993172.
HSL color Cylindrical-coordinate representation of color #14AC2D: hue angle of 129.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AC2D is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 172 | 45 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.33 |
| HSL | 129.87º | 0.79% | 0.38% | - |
| HSV(B) | 129.87º | 0.88% | 0.67% | - |
| XYZ | 15.51 | 29.84 | 7.43 | - |
| YUV | 112.07 | 90.14 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 45 | 0.88 | 0 | 0.74 | 0.33 | 129.87 | 0.79 | 0.38 |
| Hex | 14 | AC | 2D | 58 | 0 | 4A | 21 | 82 | 4F | 26 |
| Octal | 24 | 254 | 55 | 130 | 0 | 112 | 41 | 202 | 117 | 46 |
| Binary | 10100 | 10101100 | 101101 | 1011000 | 0 | 1001010 | 100001 | 10000010 | 1001111 | 100110 |
Color Harmonies of #14AC2D
Complementary color
Monochromatic Colors of #14AC2D
Black with #14AC2D
Text Example
Text Example
White with #14AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AC2D; }
p { color: rgb(20,172,45); }
H1.HeaderClassName
{
color: #14AC2D;
}
.AnyTagClassName
{
color: #14AC2D;
}
</style>
background-color css
<style>
a { background-color: #14AC2D; }
a { background-color: rgb(20,172,45); }
div.DivClassName
{
background-color: #14AC2D;
}
.BgClassName
{
background-color: #14AC2D;
}
</style>
border-color css
<style>
span { border-color: #14AC2D; }
span { border-color: rgb(20,172,45); }
td.TdClassName
{
border-color: #14AC2D;
}
.TagClassName
{
border-color: #14AC2D;
}
</style>