Shades of Dark Pastel Green #16BA4F
Tints of Dark Pastel Green #16BA4F
RGB
CMYK
RGB Variations
Color information
#16BA4F (or 0x16BA4F) is known color: Dark Pastel Green. HEX triplet: 16, BA and 4F. RGB value is (22,186,79). Sum of RGB (Red+Green+Blue) = 22+186+79=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BA4F is #E945B0. Grayscale: #7D7D7D. Windows color (decimal): -15287729 or 5224982. OLE color: 5224982.
HSL color Cylindrical-coordinate representation of color #16BA4F: hue angle of 140.85º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BA4F is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 79 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.27 |
| HSL | 140.85º | 0.79% | 0.41% | - |
| HSV(B) | 140.85º | 0.88% | 0.73% | - |
| XYZ | 19.3 | 35.85 | 13.3 | - |
| YUV | 124.77 | 102.17 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 79 | 0.88 | 0 | 0.58 | 0.27 | 140.85 | 0.79 | 0.41 |
| Hex | 16 | BA | 4F | 58 | 0 | 3A | 1B | 8D | 4F | 29 |
| Octal | 26 | 272 | 117 | 130 | 0 | 72 | 33 | 215 | 117 | 51 |
| Binary | 10110 | 10111010 | 1001111 | 1011000 | 0 | 111010 | 11011 | 10001101 | 1001111 | 101001 |
Color Harmonies of #16BA4F
Complementary color
Monochromatic Colors of #16BA4F
Black with #16BA4F
Text Example
Text Example
White with #16BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA4F; }
p { color: rgb(22,186,79); }
H1.HeaderClassName
{
color: #16BA4F;
}
.AnyTagClassName
{
color: #16BA4F;
}
</style>
background-color css
<style>
a { background-color: #16BA4F; }
a { background-color: rgb(22,186,79); }
div.DivClassName
{
background-color: #16BA4F;
}
.BgClassName
{
background-color: #16BA4F;
}
</style>
border-color css
<style>
span { border-color: #16BA4F; }
span { border-color: rgb(22,186,79); }
td.TdClassName
{
border-color: #16BA4F;
}
.TagClassName
{
border-color: #16BA4F;
}
</style>