Shades of Dark Pastel Green #14AA3A
Tints of Dark Pastel Green #14AA3A
RGB
CMYK
RGB Variations
Color information
#14AA3A (or 0x14AA3A) is known color: Dark Pastel Green. HEX triplet: 14, AA and 3A. RGB value is (20,170,58). Sum of RGB (Red+Green+Blue) = 20+170+58=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AA3A is #EB55C5. Grayscale: #707070. Windows color (decimal): -15422918 or 3844628. OLE color: 3844628.
HSL color Cylindrical-coordinate representation of color #14AA3A: hue angle of 135.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AA3A is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 58 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.33 |
| HSL | 135.2º | 0.79% | 0.37% | - |
| HSV(B) | 135.2º | 0.88% | 0.67% | - |
| XYZ | 15.43 | 29.2 | 8.83 | - |
| YUV | 112.38 | 97.31 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 58 | 0.88 | 0 | 0.66 | 0.33 | 135.2 | 0.79 | 0.37 |
| Hex | 14 | AA | 3A | 58 | 0 | 42 | 21 | 87 | 4F | 25 |
| Octal | 24 | 252 | 72 | 130 | 0 | 102 | 41 | 207 | 117 | 45 |
| Binary | 10100 | 10101010 | 111010 | 1011000 | 0 | 1000010 | 100001 | 10000111 | 1001111 | 100101 |
Color Harmonies of #14AA3A
Complementary color
Monochromatic Colors of #14AA3A
Black with #14AA3A
Text Example
Text Example
White with #14AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA3A; }
p { color: rgb(20,170,58); }
H1.HeaderClassName
{
color: #14AA3A;
}
.AnyTagClassName
{
color: #14AA3A;
}
</style>
background-color css
<style>
a { background-color: #14AA3A; }
a { background-color: rgb(20,170,58); }
div.DivClassName
{
background-color: #14AA3A;
}
.BgClassName
{
background-color: #14AA3A;
}
</style>
border-color css
<style>
span { border-color: #14AA3A; }
span { border-color: rgb(20,170,58); }
td.TdClassName
{
border-color: #14AA3A;
}
.TagClassName
{
border-color: #14AA3A;
}
</style>