Shades of Spring Green #16E685
Tints of Spring Green #16E685
RGB
CMYK
RGB Variations
Color information
#16E685 (or 0x16E685) is known color: Spring Green. HEX triplet: 16, E6 and 85. RGB value is (22,230,133). Sum of RGB (Red+Green+Blue) = 22+230+133=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 230 (90.23% from 255 or 59.74% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 230 - color contains mainly: green. Hex color #16E685 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #16E685 is #E9197A. Grayscale: #9C9C9C. Windows color (decimal): -15276411 or 8775190. OLE color: 8775190.
HSL color Cylindrical-coordinate representation of color #16E685: hue angle of 152.02º 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 #16E685 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 230 | 133 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.10 |
| HSL | 152.02º | 0.83% | 0.49% | - |
| HSV(B) | 152.02º | 0.9% | 0.9% | - |
| XYZ | 32.86 | 58.46 | 31.74 | - |
| YUV | 156.75 | 114.59 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 230 | 133 | 0.90 | 0 | 0.42 | 0.10 | 152.02 | 0.83 | 0.49 |
| Hex | 16 | E6 | 85 | 5A | 0 | 2A | A | 98 | 53 | 31 |
| Octal | 26 | 346 | 205 | 132 | 0 | 52 | 12 | 230 | 123 | 61 |
| Binary | 10110 | 11100110 | 10000101 | 1011010 | 0 | 101010 | 1010 | 10011000 | 1010011 | 110001 |
Color Harmonies of #16E685
Complementary color
Monochromatic Colors of #16E685
Black with #16E685
Text Example
Text Example
White with #16E685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E685; }
p { color: rgb(22,230,133); }
H1.HeaderClassName
{
color: #16E685;
}
.AnyTagClassName
{
color: #16E685;
}
</style>
background-color css
<style>
a { background-color: #16E685; }
a { background-color: rgb(22,230,133); }
div.DivClassName
{
background-color: #16E685;
}
.BgClassName
{
background-color: #16E685;
}
</style>
border-color css
<style>
span { border-color: #16E685; }
span { border-color: rgb(22,230,133); }
td.TdClassName
{
border-color: #16E685;
}
.TagClassName
{
border-color: #16E685;
}
</style>