Shades of Dark Pastel Green #14AD3C
Tints of Dark Pastel Green #14AD3C
RGB
CMYK
RGB Variations
Color information
#14AD3C (or 0x14AD3C) is known color: Dark Pastel Green. HEX triplet: 14, AD and 3C. RGB value is (20,173,60). Sum of RGB (Red+Green+Blue) = 20+173+60=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AD3C is #EB52C3. Grayscale: #727272. Windows color (decimal): -15422148 or 3976468. OLE color: 3976468.
HSL color Cylindrical-coordinate representation of color #14AD3C: hue angle of 135.69º 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 #14AD3C is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 60 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.32 |
| HSL | 135.69º | 0.79% | 0.38% | - |
| HSV(B) | 135.69º | 0.88% | 0.68% | - |
| XYZ | 16.05 | 30.36 | 9.29 | - |
| YUV | 114.37 | 97.31 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 60 | 0.88 | 0 | 0.65 | 0.32 | 135.69 | 0.79 | 0.38 |
| Hex | 14 | AD | 3C | 58 | 0 | 41 | 20 | 88 | 4F | 26 |
| Octal | 24 | 255 | 74 | 130 | 0 | 101 | 40 | 210 | 117 | 46 |
| Binary | 10100 | 10101101 | 111100 | 1011000 | 0 | 1000001 | 100000 | 10001000 | 1001111 | 100110 |
Color Harmonies of #14AD3C
Complementary color
Monochromatic Colors of #14AD3C
Black with #14AD3C
Text Example
Text Example
White with #14AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD3C; }
p { color: rgb(20,173,60); }
H1.HeaderClassName
{
color: #14AD3C;
}
.AnyTagClassName
{
color: #14AD3C;
}
</style>
background-color css
<style>
a { background-color: #14AD3C; }
a { background-color: rgb(20,173,60); }
div.DivClassName
{
background-color: #14AD3C;
}
.BgClassName
{
background-color: #14AD3C;
}
</style>
border-color css
<style>
span { border-color: #14AD3C; }
span { border-color: rgb(20,173,60); }
td.TdClassName
{
border-color: #14AD3C;
}
.TagClassName
{
border-color: #14AD3C;
}
</style>