Shades of Spring Green #16EB80
Tints of Spring Green #16EB80
RGB
CMYK
RGB Variations
Color information
#16EB80 (or 0x16EB80) is known color: Spring Green. HEX triplet: 16, EB and 80. RGB value is (22,235,128). Sum of RGB (Red+Green+Blue) = 22+235+128=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 235 (92.19% from 255 or 61.04% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 235 - color contains mainly: green. Hex color #16EB80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #16EB80 is #E9147F. Grayscale: #9F9F9F. Windows color (decimal): -15275136 or 8448790. OLE color: 8448790.
HSL color Cylindrical-coordinate representation of color #16EB80: hue angle of 149.86º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16EB80 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 235 | 128 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.08 |
| HSL | 149.86º | 0.84% | 0.5% | - |
| HSV(B) | 149.86º | 0.91% | 0.92% | - |
| XYZ | 33.94 | 61.15 | 30.44 | - |
| YUV | 159.12 | 110.43 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 235 | 128 | 0.91 | 0 | 0.46 | 0.08 | 149.86 | 0.84 | 0.5 |
| Hex | 16 | EB | 80 | 5B | 0 | 2E | 8 | 96 | 54 | 32 |
| Octal | 26 | 353 | 200 | 133 | 0 | 56 | 10 | 226 | 124 | 62 |
| Binary | 10110 | 11101011 | 10000000 | 1011011 | 0 | 101110 | 1000 | 10010110 | 1010100 | 110010 |
Color Harmonies of #16EB80
Complementary color
Monochromatic Colors of #16EB80
Black with #16EB80
Text Example
Text Example
White with #16EB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EB80; }
p { color: rgb(22,235,128); }
H1.HeaderClassName
{
color: #16EB80;
}
.AnyTagClassName
{
color: #16EB80;
}
</style>
background-color css
<style>
a { background-color: #16EB80; }
a { background-color: rgb(22,235,128); }
div.DivClassName
{
background-color: #16EB80;
}
.BgClassName
{
background-color: #16EB80;
}
</style>
border-color css
<style>
span { border-color: #16EB80; }
span { border-color: rgb(22,235,128); }
td.TdClassName
{
border-color: #16EB80;
}
.TagClassName
{
border-color: #16EB80;
}
</style>