Shades of Dark Pastel Green #14AB32
Tints of Dark Pastel Green #14AB32
RGB
CMYK
RGB Variations
Color information
#14AB32 (or 0x14AB32) is known color: Dark Pastel Green. HEX triplet: 14, AB and 32. RGB value is (20,171,50). Sum of RGB (Red+Green+Blue) = 20+171+50=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 171 (67.19% from 255 or 70.95% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB32 is #EB54CD. Grayscale: #707070. Windows color (decimal): -15422670 or 3320596. OLE color: 3320596.
HSL color Cylindrical-coordinate representation of color #14AB32: hue angle of 131.92º 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 #14AB32 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 171 | 50 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.33 |
| HSL | 131.92º | 0.79% | 0.37% | - |
| HSV(B) | 131.92º | 0.88% | 0.67% | - |
| XYZ | 15.43 | 29.5 | 7.9 | - |
| YUV | 112.06 | 92.97 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 50 | 0.88 | 0 | 0.71 | 0.33 | 131.92 | 0.79 | 0.37 |
| Hex | 14 | AB | 32 | 58 | 0 | 47 | 21 | 84 | 4F | 25 |
| Octal | 24 | 253 | 62 | 130 | 0 | 107 | 41 | 204 | 117 | 45 |
| Binary | 10100 | 10101011 | 110010 | 1011000 | 0 | 1000111 | 100001 | 10000100 | 1001111 | 100101 |
Color Harmonies of #14AB32
Complementary color
Monochromatic Colors of #14AB32
Black with #14AB32
Text Example
Text Example
White with #14AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AB32; }
p { color: rgb(20,171,50); }
H1.HeaderClassName
{
color: #14AB32;
}
.AnyTagClassName
{
color: #14AB32;
}
</style>
background-color css
<style>
a { background-color: #14AB32; }
a { background-color: rgb(20,171,50); }
div.DivClassName
{
background-color: #14AB32;
}
.BgClassName
{
background-color: #14AB32;
}
</style>
border-color css
<style>
span { border-color: #14AB32; }
span { border-color: rgb(20,171,50); }
td.TdClassName
{
border-color: #14AB32;
}
.TagClassName
{
border-color: #14AB32;
}
</style>