Shades of Spring Green #16E686
Tints of Spring Green #16E686
RGB
CMYK
RGB Variations
Color information
#16E686 (or 0x16E686) is known color: Spring Green. HEX triplet: 16, E6 and 86. RGB value is (22,230,134). Sum of RGB (Red+Green+Blue) = 22+230+134=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 230 (90.23% from 255 or 59.59% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 230 - color contains mainly: green. Hex color #16E686 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #16E686 is #E91979. Grayscale: #9D9D9D. Windows color (decimal): -15276410 or 8840726. OLE color: 8840726.
HSL color Cylindrical-coordinate representation of color #16E686: hue angle of 152.31º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E686 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 230 | 134 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.10 |
| HSL | 152.31º | 0.83% | 0.49% | - |
| HSV(B) | 152.31º | 0.9% | 0.9% | - |
| XYZ | 32.93 | 58.49 | 32.11 | - |
| YUV | 156.86 | 115.09 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 230 | 134 | 0.90 | 0 | 0.42 | 0.10 | 152.31 | 0.83 | 0.49 |
| Hex | 16 | E6 | 86 | 5A | 0 | 2A | A | 98 | 53 | 31 |
| Octal | 26 | 346 | 206 | 132 | 0 | 52 | 12 | 230 | 123 | 61 |
| Binary | 10110 | 11100110 | 10000110 | 1011010 | 0 | 101010 | 1010 | 10011000 | 1010011 | 110001 |
Color Harmonies of #16E686
Complementary color
Monochromatic Colors of #16E686
Black with #16E686
Text Example
Text Example
White with #16E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E686; }
p { color: rgb(22,230,134); }
H1.HeaderClassName
{
color: #16E686;
}
.AnyTagClassName
{
color: #16E686;
}
</style>
background-color css
<style>
a { background-color: #16E686; }
a { background-color: rgb(22,230,134); }
div.DivClassName
{
background-color: #16E686;
}
.BgClassName
{
background-color: #16E686;
}
</style>
border-color css
<style>
span { border-color: #16E686; }
span { border-color: rgb(22,230,134); }
td.TdClassName
{
border-color: #16E686;
}
.TagClassName
{
border-color: #16E686;
}
</style>