Shades of Dark Pastel Green #16D13A
Tints of Dark Pastel Green #16D13A
RGB
CMYK
RGB Variations
Color information
#16D13A (or 0x16D13A) is known color: Dark Pastel Green. HEX triplet: 16, D1 and 3A. RGB value is (22,209,58). Sum of RGB (Red+Green+Blue) = 22+209+58=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #16D13A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D13A is #E92EC5. Grayscale: #888888. Windows color (decimal): -15281862 or 3854614. OLE color: 3854614.
HSL color Cylindrical-coordinate representation of color #16D13A: hue angle of 131.55º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D13A is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 209 | 58 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.18 |
| HSL | 131.55º | 0.81% | 0.45% | - |
| HSV(B) | 131.55º | 0.89% | 0.82% | - |
| XYZ | 23.9 | 46.08 | 11.64 | - |
| YUV | 135.87 | 84.05 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 209 | 58 | 0.89 | 0 | 0.72 | 0.18 | 131.55 | 0.81 | 0.45 |
| Hex | 16 | D1 | 3A | 59 | 0 | 48 | 12 | 84 | 51 | 2D |
| Octal | 26 | 321 | 72 | 131 | 0 | 110 | 22 | 204 | 121 | 55 |
| Binary | 10110 | 11010001 | 111010 | 1011001 | 0 | 1001000 | 10010 | 10000100 | 1010001 | 101101 |
Color Harmonies of #16D13A
Complementary color
Monochromatic Colors of #16D13A
Black with #16D13A
Text Example
Text Example
White with #16D13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D13A; }
p { color: rgb(22,209,58); }
H1.HeaderClassName
{
color: #16D13A;
}
.AnyTagClassName
{
color: #16D13A;
}
</style>
background-color css
<style>
a { background-color: #16D13A; }
a { background-color: rgb(22,209,58); }
div.DivClassName
{
background-color: #16D13A;
}
.BgClassName
{
background-color: #16D13A;
}
</style>
border-color css
<style>
span { border-color: #16D13A; }
span { border-color: rgb(22,209,58); }
td.TdClassName
{
border-color: #16D13A;
}
.TagClassName
{
border-color: #16D13A;
}
</style>