Shades of Dark Pastel Green #16AE32
Tints of Dark Pastel Green #16AE32
RGB
CMYK
RGB Variations
Color information
#16AE32 (or 0x16AE32) is known color: Dark Pastel Green. HEX triplet: 16, AE and 32. RGB value is (22,174,50). Sum of RGB (Red+Green+Blue) = 22+174+50=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 174 (68.36% from 255 or 70.73% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AE32 is #E951CD. Grayscale: #727272. Windows color (decimal): -15290830 or 3321366. OLE color: 3321366.
HSL color Cylindrical-coordinate representation of color #16AE32: hue angle of 131.05º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AE32 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 174 | 50 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.32 |
| HSL | 131.05º | 0.78% | 0.38% | - |
| HSV(B) | 131.05º | 0.87% | 0.68% | - |
| XYZ | 16.04 | 30.67 | 8.09 | - |
| YUV | 114.42 | 91.64 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 50 | 0.87 | 0 | 0.71 | 0.32 | 131.05 | 0.78 | 0.38 |
| Hex | 16 | AE | 32 | 57 | 0 | 47 | 20 | 83 | 4E | 26 |
| Octal | 26 | 256 | 62 | 127 | 0 | 107 | 40 | 203 | 116 | 46 |
| Binary | 10110 | 10101110 | 110010 | 1010111 | 0 | 1000111 | 100000 | 10000011 | 1001110 | 100110 |
Color Harmonies of #16AE32
Complementary color
Monochromatic Colors of #16AE32
Black with #16AE32
Text Example
Text Example
White with #16AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AE32; }
p { color: rgb(22,174,50); }
H1.HeaderClassName
{
color: #16AE32;
}
.AnyTagClassName
{
color: #16AE32;
}
</style>
background-color css
<style>
a { background-color: #16AE32; }
a { background-color: rgb(22,174,50); }
div.DivClassName
{
background-color: #16AE32;
}
.BgClassName
{
background-color: #16AE32;
}
</style>
border-color css
<style>
span { border-color: #16AE32; }
span { border-color: rgb(22,174,50); }
td.TdClassName
{
border-color: #16AE32;
}
.TagClassName
{
border-color: #16AE32;
}
</style>