Shades of Dark Pastel Green #14AF32
Tints of Dark Pastel Green #14AF32
RGB
CMYK
RGB Variations
Color information
#14AF32 (or 0x14AF32) is known color: Dark Pastel Green. HEX triplet: 14, AF and 32. RGB value is (20,175,50). Sum of RGB (Red+Green+Blue) = 20+175+50=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 175 (68.75% from 255 or 71.43% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AF32 is #EB50CD. Grayscale: #727272. Windows color (decimal): -15421646 or 3321620. OLE color: 3321620.
HSL color Cylindrical-coordinate representation of color #14AF32: hue angle of 131.61º 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 #14AF32 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 175 | 50 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.31 |
| HSL | 131.61º | 0.79% | 0.38% | - |
| HSV(B) | 131.61º | 0.89% | 0.69% | - |
| XYZ | 16.19 | 31.04 | 8.16 | - |
| YUV | 114.41 | 91.65 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 50 | 0.89 | 0 | 0.71 | 0.31 | 131.61 | 0.79 | 0.38 |
| Hex | 14 | AF | 32 | 59 | 0 | 47 | 1F | 84 | 4F | 26 |
| Octal | 24 | 257 | 62 | 131 | 0 | 107 | 37 | 204 | 117 | 46 |
| Binary | 10100 | 10101111 | 110010 | 1011001 | 0 | 1000111 | 11111 | 10000100 | 1001111 | 100110 |
Color Harmonies of #14AF32
Complementary color
Monochromatic Colors of #14AF32
Black with #14AF32
Text Example
Text Example
White with #14AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AF32; }
p { color: rgb(20,175,50); }
H1.HeaderClassName
{
color: #14AF32;
}
.AnyTagClassName
{
color: #14AF32;
}
</style>
background-color css
<style>
a { background-color: #14AF32; }
a { background-color: rgb(20,175,50); }
div.DivClassName
{
background-color: #14AF32;
}
.BgClassName
{
background-color: #14AF32;
}
</style>
border-color css
<style>
span { border-color: #14AF32; }
span { border-color: rgb(20,175,50); }
td.TdClassName
{
border-color: #14AF32;
}
.TagClassName
{
border-color: #14AF32;
}
</style>