Shades of Dark Pastel Green #14AC2C
Tints of Dark Pastel Green #14AC2C
RGB
CMYK
RGB Variations
Color information
#14AC2C (or 0x14AC2C) is known color: Dark Pastel Green. HEX triplet: 14, AC and 2C. RGB value is (20,172,44). Sum of RGB (Red+Green+Blue) = 20+172+44=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 172 (67.58% from 255 or 72.88% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AC2C is #EB53D3. Grayscale: #707070. Windows color (decimal): -15422420 or 2927636. OLE color: 2927636.
HSL color Cylindrical-coordinate representation of color #14AC2C: hue angle of 129.47º 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 #14AC2C is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 172 | 44 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.33 |
| HSL | 129.47º | 0.79% | 0.38% | - |
| HSV(B) | 129.47º | 0.88% | 0.67% | - |
| XYZ | 15.5 | 29.84 | 7.33 | - |
| YUV | 111.96 | 89.64 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 44 | 0.88 | 0 | 0.74 | 0.33 | 129.47 | 0.79 | 0.38 |
| Hex | 14 | AC | 2C | 58 | 0 | 4A | 21 | 81 | 4F | 26 |
| Octal | 24 | 254 | 54 | 130 | 0 | 112 | 41 | 201 | 117 | 46 |
| Binary | 10100 | 10101100 | 101100 | 1011000 | 0 | 1001010 | 100001 | 10000001 | 1001111 | 100110 |
Color Harmonies of #14AC2C
Complementary color
Monochromatic Colors of #14AC2C
Black with #14AC2C
Text Example
Text Example
White with #14AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AC2C; }
p { color: rgb(20,172,44); }
H1.HeaderClassName
{
color: #14AC2C;
}
.AnyTagClassName
{
color: #14AC2C;
}
</style>
background-color css
<style>
a { background-color: #14AC2C; }
a { background-color: rgb(20,172,44); }
div.DivClassName
{
background-color: #14AC2C;
}
.BgClassName
{
background-color: #14AC2C;
}
</style>
border-color css
<style>
span { border-color: #14AC2C; }
span { border-color: rgb(20,172,44); }
td.TdClassName
{
border-color: #14AC2C;
}
.TagClassName
{
border-color: #14AC2C;
}
</style>