Shades of Spring Green #16ED85
Tints of Spring Green #16ED85
RGB
CMYK
RGB Variations
Color information
#16ED85 (or 0x16ED85) is known color: Spring Green. HEX triplet: 16, ED and 85. RGB value is (22,237,133). Sum of RGB (Red+Green+Blue) = 22+237+133=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 237 (92.97% from 255 or 60.46% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 237 - color contains mainly: green. Hex color #16ED85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #16ED85 is #E9127A. Grayscale: #A1A1A1. Windows color (decimal): -15274619 or 8776982. OLE color: 8776982.
HSL color Cylindrical-coordinate representation of color #16ED85: hue angle of 150.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ED85 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 237 | 133 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.07 |
| HSL | 150.98º | 0.86% | 0.51% | - |
| HSV(B) | 150.98º | 0.91% | 0.93% | - |
| XYZ | 34.85 | 62.43 | 32.4 | - |
| YUV | 160.86 | 112.27 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 237 | 133 | 0.91 | 0 | 0.44 | 0.07 | 150.98 | 0.86 | 0.51 |
| Hex | 16 | ED | 85 | 5B | 0 | 2C | 7 | 97 | 56 | 33 |
| Octal | 26 | 355 | 205 | 133 | 0 | 54 | 7 | 227 | 126 | 63 |
| Binary | 10110 | 11101101 | 10000101 | 1011011 | 0 | 101100 | 111 | 10010111 | 1010110 | 110011 |
Color Harmonies of #16ED85
Complementary color
Monochromatic Colors of #16ED85
Black with #16ED85
Text Example
Text Example
White with #16ED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ED85; }
p { color: rgb(22,237,133); }
H1.HeaderClassName
{
color: #16ED85;
}
.AnyTagClassName
{
color: #16ED85;
}
</style>
background-color css
<style>
a { background-color: #16ED85; }
a { background-color: rgb(22,237,133); }
div.DivClassName
{
background-color: #16ED85;
}
.BgClassName
{
background-color: #16ED85;
}
</style>
border-color css
<style>
span { border-color: #16ED85; }
span { border-color: rgb(22,237,133); }
td.TdClassName
{
border-color: #16ED85;
}
.TagClassName
{
border-color: #16ED85;
}
</style>