Shades of Dark Pastel Green #14AB2C
Tints of Dark Pastel Green #14AB2C
RGB
CMYK
RGB Variations
Color information
#14AB2C (or 0x14AB2C) is known color: Dark Pastel Green. HEX triplet: 14, AB and 2C. RGB value is (20,171,44). Sum of RGB (Red+Green+Blue) = 20+171+44=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 171 (67.19% from 255 or 72.77% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB2C is #EB54D3. Grayscale: #6F6F6F. Windows color (decimal): -15422676 or 2927380. OLE color: 2927380.
HSL color Cylindrical-coordinate representation of color #14AB2C: hue angle of 129.54º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB2C is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 171 | 44 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.33 |
| HSL | 129.54º | 0.79% | 0.37% | - |
| HSV(B) | 129.54º | 0.88% | 0.67% | - |
| XYZ | 15.31 | 29.46 | 7.26 | - |
| YUV | 111.37 | 89.97 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 44 | 0.88 | 0 | 0.74 | 0.33 | 129.54 | 0.79 | 0.37 |
| Hex | 14 | AB | 2C | 58 | 0 | 4A | 21 | 82 | 4F | 25 |
| Octal | 24 | 253 | 54 | 130 | 0 | 112 | 41 | 202 | 117 | 45 |
| Binary | 10100 | 10101011 | 101100 | 1011000 | 0 | 1001010 | 100001 | 10000010 | 1001111 | 100101 |
Color Harmonies of #14AB2C
Complementary color
Monochromatic Colors of #14AB2C
Black with #14AB2C
Text Example
Text Example
White with #14AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AB2C; }
p { color: rgb(20,171,44); }
H1.HeaderClassName
{
color: #14AB2C;
}
.AnyTagClassName
{
color: #14AB2C;
}
</style>
background-color css
<style>
a { background-color: #14AB2C; }
a { background-color: rgb(20,171,44); }
div.DivClassName
{
background-color: #14AB2C;
}
.BgClassName
{
background-color: #14AB2C;
}
</style>
border-color css
<style>
span { border-color: #14AB2C; }
span { border-color: rgb(20,171,44); }
td.TdClassName
{
border-color: #14AB2C;
}
.TagClassName
{
border-color: #14AB2C;
}
</style>