Shades of Dark Pastel Green #16BD4D
Tints of Dark Pastel Green #16BD4D
RGB
CMYK
RGB Variations
Color information
#16BD4D (or 0x16BD4D) is known color: Dark Pastel Green. HEX triplet: 16, BD and 4D. RGB value is (22,189,77). Sum of RGB (Red+Green+Blue) = 22+189+77=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 189 (74.22% from 255 or 65.62% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BD4D is #E942B2. Grayscale: #7E7E7E. Windows color (decimal): -15286963 or 5094678. OLE color: 5094678.
HSL color Cylindrical-coordinate representation of color #16BD4D: hue angle of 139.76º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BD4D is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 77 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.26 |
| HSL | 139.76º | 0.79% | 0.41% | - |
| HSV(B) | 139.76º | 0.88% | 0.74% | - |
| XYZ | 19.87 | 37.1 | 13.14 | - |
| YUV | 126.3 | 100.17 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 77 | 0.88 | 0 | 0.59 | 0.26 | 139.76 | 0.79 | 0.41 |
| Hex | 16 | BD | 4D | 58 | 0 | 3B | 1A | 8C | 4F | 29 |
| Octal | 26 | 275 | 115 | 130 | 0 | 73 | 32 | 214 | 117 | 51 |
| Binary | 10110 | 10111101 | 1001101 | 1011000 | 0 | 111011 | 11010 | 10001100 | 1001111 | 101001 |
Color Harmonies of #16BD4D
Complementary color
Monochromatic Colors of #16BD4D
Black with #16BD4D
Text Example
Text Example
White with #16BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BD4D; }
p { color: rgb(22,189,77); }
H1.HeaderClassName
{
color: #16BD4D;
}
.AnyTagClassName
{
color: #16BD4D;
}
</style>
background-color css
<style>
a { background-color: #16BD4D; }
a { background-color: rgb(22,189,77); }
div.DivClassName
{
background-color: #16BD4D;
}
.BgClassName
{
background-color: #16BD4D;
}
</style>
border-color css
<style>
span { border-color: #16BD4D; }
span { border-color: rgb(22,189,77); }
td.TdClassName
{
border-color: #16BD4D;
}
.TagClassName
{
border-color: #16BD4D;
}
</style>