Shades of Dark Pastel Green #14AF3E
Tints of Dark Pastel Green #14AF3E
RGB
CMYK
RGB Variations
Color information
#14AF3E (or 0x14AF3E) is known color: Dark Pastel Green. HEX triplet: 14, AF and 3E. RGB value is (20,175,62). Sum of RGB (Red+Green+Blue) = 20+175+62=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AF3E is #EB50C1. Grayscale: #747474. Windows color (decimal): -15421634 or 4108052. OLE color: 4108052.
HSL color Cylindrical-coordinate representation of color #14AF3E: hue angle of 136.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF3E is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 175 | 62 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.31 |
| HSL | 136.26º | 0.79% | 0.38% | - |
| HSV(B) | 136.26º | 0.89% | 0.69% | - |
| XYZ | 16.49 | 31.16 | 9.7 | - |
| YUV | 115.77 | 97.65 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 62 | 0.89 | 0 | 0.65 | 0.31 | 136.26 | 0.79 | 0.38 |
| Hex | 14 | AF | 3E | 59 | 0 | 41 | 1F | 88 | 4F | 26 |
| Octal | 24 | 257 | 76 | 131 | 0 | 101 | 37 | 210 | 117 | 46 |
| Binary | 10100 | 10101111 | 111110 | 1011001 | 0 | 1000001 | 11111 | 10001000 | 1001111 | 100110 |
Color Harmonies of #14AF3E
Complementary color
Monochromatic Colors of #14AF3E
Black with #14AF3E
Text Example
Text Example
White with #14AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AF3E; }
p { color: rgb(20,175,62); }
H1.HeaderClassName
{
color: #14AF3E;
}
.AnyTagClassName
{
color: #14AF3E;
}
</style>
background-color css
<style>
a { background-color: #14AF3E; }
a { background-color: rgb(20,175,62); }
div.DivClassName
{
background-color: #14AF3E;
}
.BgClassName
{
background-color: #14AF3E;
}
</style>
border-color css
<style>
span { border-color: #14AF3E; }
span { border-color: rgb(20,175,62); }
td.TdClassName
{
border-color: #14AF3E;
}
.TagClassName
{
border-color: #14AF3E;
}
</style>