Shades of Dark Pastel Green #14A63E
Tints of Dark Pastel Green #14A63E
RGB
CMYK
RGB Variations
Color information
#14A63E (or 0x14A63E) is known color: Dark Pastel Green. HEX triplet: 14, A6 and 3E. RGB value is (20,166,62). Sum of RGB (Red+Green+Blue) = 20+166+62=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 166 (65.23% from 255 or 66.94% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 166 - color contains mainly: green. Hex color #14A63E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A63E is #EB59C1. Grayscale: #6E6E6E. Windows color (decimal): -15423938 or 4105748. OLE color: 4105748.
HSL color Cylindrical-coordinate representation of color #14A63E: hue angle of 137.26º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A63E is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 166 | 62 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.35 |
| HSL | 137.26º | 0.78% | 0.36% | - |
| HSV(B) | 137.26º | 0.88% | 0.65% | - |
| XYZ | 14.79 | 27.77 | 9.14 | - |
| YUV | 110.49 | 100.63 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 166 | 62 | 0.88 | 0 | 0.63 | 0.35 | 137.26 | 0.78 | 0.36 |
| Hex | 14 | A6 | 3E | 58 | 0 | 3F | 23 | 89 | 4E | 24 |
| Octal | 24 | 246 | 76 | 130 | 0 | 77 | 43 | 211 | 116 | 44 |
| Binary | 10100 | 10100110 | 111110 | 1011000 | 0 | 111111 | 100011 | 10001001 | 1001110 | 100100 |
Color Harmonies of #14A63E
Complementary color
Monochromatic Colors of #14A63E
Black with #14A63E
Text Example
Text Example
White with #14A63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A63E; }
p { color: rgb(20,166,62); }
H1.HeaderClassName
{
color: #14A63E;
}
.AnyTagClassName
{
color: #14A63E;
}
</style>
background-color css
<style>
a { background-color: #14A63E; }
a { background-color: rgb(20,166,62); }
div.DivClassName
{
background-color: #14A63E;
}
.BgClassName
{
background-color: #14A63E;
}
</style>
border-color css
<style>
span { border-color: #14A63E; }
span { border-color: rgb(20,166,62); }
td.TdClassName
{
border-color: #14A63E;
}
.TagClassName
{
border-color: #14A63E;
}
</style>