Shades of Dark Pastel Green #16AD40
Tints of Dark Pastel Green #16AD40
RGB
CMYK
RGB Variations
Color information
#16AD40 (or 0x16AD40) is known color: Dark Pastel Green. HEX triplet: 16, AD and 40. RGB value is (22,173,64). Sum of RGB (Red+Green+Blue) = 22+173+64=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 173 (67.97% from 255 or 66.80% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 173 - color contains mainly: green. Hex color #16AD40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AD40 is #E952BF. Grayscale: #737373. Windows color (decimal): -15291072 or 4238614. OLE color: 4238614.
HSL color Cylindrical-coordinate representation of color #16AD40: hue angle of 136.69º degrees, saturation: 0.77, 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 #16AD40 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 173 | 64 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.32 |
| HSL | 136.69º | 0.77% | 0.38% | - |
| HSV(B) | 136.69º | 0.87% | 0.68% | - |
| XYZ | 16.2 | 30.43 | 9.87 | - |
| YUV | 115.43 | 98.97 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 64 | 0.87 | 0 | 0.63 | 0.32 | 136.69 | 0.77 | 0.38 |
| Hex | 16 | AD | 40 | 57 | 0 | 3F | 20 | 89 | 4D | 26 |
| Octal | 26 | 255 | 100 | 127 | 0 | 77 | 40 | 211 | 115 | 46 |
| Binary | 10110 | 10101101 | 1000000 | 1010111 | 0 | 111111 | 100000 | 10001001 | 1001101 | 100110 |
Color Harmonies of #16AD40
Complementary color
Monochromatic Colors of #16AD40
Black with #16AD40
Text Example
Text Example
White with #16AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AD40; }
p { color: rgb(22,173,64); }
H1.HeaderClassName
{
color: #16AD40;
}
.AnyTagClassName
{
color: #16AD40;
}
</style>
background-color css
<style>
a { background-color: #16AD40; }
a { background-color: rgb(22,173,64); }
div.DivClassName
{
background-color: #16AD40;
}
.BgClassName
{
background-color: #16AD40;
}
</style>
border-color css
<style>
span { border-color: #16AD40; }
span { border-color: rgb(22,173,64); }
td.TdClassName
{
border-color: #16AD40;
}
.TagClassName
{
border-color: #16AD40;
}
</style>