Shades of Dark Pastel Green #16AE2D
Tints of Dark Pastel Green #16AE2D
RGB
CMYK
RGB Variations
Color information
#16AE2D (or 0x16AE2D) is known color: Dark Pastel Green. HEX triplet: 16, AE and 2D. RGB value is (22,174,45). Sum of RGB (Red+Green+Blue) = 22+174+45=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 174 (68.36% from 255 or 72.20% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AE2D is #E951D2. Grayscale: #727272. Windows color (decimal): -15290835 or 2993686. OLE color: 2993686.
HSL color Cylindrical-coordinate representation of color #16AE2D: hue angle of 129.08º 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 #16AE2D is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 174 | 45 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.32 |
| HSL | 129.08º | 0.78% | 0.38% | - |
| HSV(B) | 129.08º | 0.87% | 0.68% | - |
| XYZ | 15.94 | 30.63 | 7.56 | - |
| YUV | 113.85 | 89.14 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 45 | 0.87 | 0 | 0.74 | 0.32 | 129.08 | 0.78 | 0.38 |
| Hex | 16 | AE | 2D | 57 | 0 | 4A | 20 | 81 | 4E | 26 |
| Octal | 26 | 256 | 55 | 127 | 0 | 112 | 40 | 201 | 116 | 46 |
| Binary | 10110 | 10101110 | 101101 | 1010111 | 0 | 1001010 | 100000 | 10000001 | 1001110 | 100110 |
Color Harmonies of #16AE2D
Complementary color
Monochromatic Colors of #16AE2D
Black with #16AE2D
Text Example
Text Example
White with #16AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AE2D; }
p { color: rgb(22,174,45); }
H1.HeaderClassName
{
color: #16AE2D;
}
.AnyTagClassName
{
color: #16AE2D;
}
</style>
background-color css
<style>
a { background-color: #16AE2D; }
a { background-color: rgb(22,174,45); }
div.DivClassName
{
background-color: #16AE2D;
}
.BgClassName
{
background-color: #16AE2D;
}
</style>
border-color css
<style>
span { border-color: #16AE2D; }
span { border-color: rgb(22,174,45); }
td.TdClassName
{
border-color: #16AE2D;
}
.TagClassName
{
border-color: #16AE2D;
}
</style>