Shades of Dark Pastel Green #14A639
Tints of Dark Pastel Green #14A639
RGB
CMYK
RGB Variations
Color information
#14A639 (or 0x14A639) is known color: Dark Pastel Green. HEX triplet: 14, A6 and 39. RGB value is (20,166,57). Sum of RGB (Red+Green+Blue) = 20+166+57=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 166 (65.23% from 255 or 68.31% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 166 - color contains mainly: green. Hex color #14A639 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A639 is #EB59C6. Grayscale: #6E6E6E. Windows color (decimal): -15423943 or 3778068. OLE color: 3778068.
HSL color Cylindrical-coordinate representation of color #14A639: hue angle of 135.21º 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 #14A639 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 166 | 57 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.35 |
| HSL | 135.21º | 0.78% | 0.36% | - |
| HSV(B) | 135.21º | 0.88% | 0.65% | - |
| XYZ | 14.66 | 27.72 | 8.45 | - |
| YUV | 109.92 | 98.13 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 166 | 57 | 0.88 | 0 | 0.66 | 0.35 | 135.21 | 0.78 | 0.36 |
| Hex | 14 | A6 | 39 | 58 | 0 | 42 | 23 | 87 | 4E | 24 |
| Octal | 24 | 246 | 71 | 130 | 0 | 102 | 43 | 207 | 116 | 44 |
| Binary | 10100 | 10100110 | 111001 | 1011000 | 0 | 1000010 | 100011 | 10000111 | 1001110 | 100100 |
Color Harmonies of #14A639
Complementary color
Monochromatic Colors of #14A639
Black with #14A639
Text Example
Text Example
White with #14A639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A639; }
p { color: rgb(20,166,57); }
H1.HeaderClassName
{
color: #14A639;
}
.AnyTagClassName
{
color: #14A639;
}
</style>
background-color css
<style>
a { background-color: #14A639; }
a { background-color: rgb(20,166,57); }
div.DivClassName
{
background-color: #14A639;
}
.BgClassName
{
background-color: #14A639;
}
</style>
border-color css
<style>
span { border-color: #14A639; }
span { border-color: rgb(20,166,57); }
td.TdClassName
{
border-color: #14A639;
}
.TagClassName
{
border-color: #14A639;
}
</style>