Shades of Spring Green #16E385
Tints of Spring Green #16E385
RGB
CMYK
RGB Variations
Color information
#16E385 (or 0x16E385) is known color: Spring Green. HEX triplet: 16, E3 and 85. RGB value is (22,227,133). Sum of RGB (Red+Green+Blue) = 22+227+133=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 227 (89.06% from 255 or 59.42% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 227 - color contains mainly: green. Hex color #16E385 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16E385 is #E91C7A. Grayscale: #9B9B9B. Windows color (decimal): -15277179 or 8774422. OLE color: 8774422.
HSL color Cylindrical-coordinate representation of color #16E385: hue angle of 152.49º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E385 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 227 | 133 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.11 |
| HSL | 152.49º | 0.82% | 0.49% | - |
| HSV(B) | 152.49º | 0.9% | 0.89% | - |
| XYZ | 32.03 | 56.8 | 31.47 | - |
| YUV | 154.99 | 115.58 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 227 | 133 | 0.90 | 0 | 0.41 | 0.11 | 152.49 | 0.82 | 0.49 |
| Hex | 16 | E3 | 85 | 5A | 0 | 29 | B | 98 | 52 | 31 |
| Octal | 26 | 343 | 205 | 132 | 0 | 51 | 13 | 230 | 122 | 61 |
| Binary | 10110 | 11100011 | 10000101 | 1011010 | 0 | 101001 | 1011 | 10011000 | 1010010 | 110001 |
Color Harmonies of #16E385
Complementary color
Monochromatic Colors of #16E385
Black with #16E385
Text Example
Text Example
White with #16E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E385; }
p { color: rgb(22,227,133); }
H1.HeaderClassName
{
color: #16E385;
}
.AnyTagClassName
{
color: #16E385;
}
</style>
background-color css
<style>
a { background-color: #16E385; }
a { background-color: rgb(22,227,133); }
div.DivClassName
{
background-color: #16E385;
}
.BgClassName
{
background-color: #16E385;
}
</style>
border-color css
<style>
span { border-color: #16E385; }
span { border-color: rgb(22,227,133); }
td.TdClassName
{
border-color: #16E385;
}
.TagClassName
{
border-color: #16E385;
}
</style>