Shades of Dark Pastel Green #14AD3A
Tints of Dark Pastel Green #14AD3A
RGB
CMYK
RGB Variations
Color information
#14AD3A (or 0x14AD3A) is known color: Dark Pastel Green. HEX triplet: 14, AD and 3A. RGB value is (20,173,58). Sum of RGB (Red+Green+Blue) = 20+173+58=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 173 (67.97% from 255 or 68.92% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AD3A is #EB52C5. Grayscale: #727272. Windows color (decimal): -15422150 or 3845396. OLE color: 3845396.
HSL color Cylindrical-coordinate representation of color #14AD3A: hue angle of 134.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD3A is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 58 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.32 |
| HSL | 134.9º | 0.79% | 0.38% | - |
| HSV(B) | 134.9º | 0.88% | 0.68% | - |
| XYZ | 16 | 30.34 | 9.02 | - |
| YUV | 114.14 | 96.31 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 58 | 0.88 | 0 | 0.66 | 0.32 | 134.9 | 0.79 | 0.38 |
| Hex | 14 | AD | 3A | 58 | 0 | 42 | 20 | 87 | 4F | 26 |
| Octal | 24 | 255 | 72 | 130 | 0 | 102 | 40 | 207 | 117 | 46 |
| Binary | 10100 | 10101101 | 111010 | 1011000 | 0 | 1000010 | 100000 | 10000111 | 1001111 | 100110 |
Color Harmonies of #14AD3A
Complementary color
Monochromatic Colors of #14AD3A
Black with #14AD3A
Text Example
Text Example
White with #14AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD3A; }
p { color: rgb(20,173,58); }
H1.HeaderClassName
{
color: #14AD3A;
}
.AnyTagClassName
{
color: #14AD3A;
}
</style>
background-color css
<style>
a { background-color: #14AD3A; }
a { background-color: rgb(20,173,58); }
div.DivClassName
{
background-color: #14AD3A;
}
.BgClassName
{
background-color: #14AD3A;
}
</style>
border-color css
<style>
span { border-color: #14AD3A; }
span { border-color: rgb(20,173,58); }
td.TdClassName
{
border-color: #14AD3A;
}
.TagClassName
{
border-color: #14AD3A;
}
</style>