Shades of Spring Green #16E185
Tints of Spring Green #16E185
RGB
CMYK
RGB Variations
Color information
#16E185 (or 0x16E185) is known color: Spring Green. HEX triplet: 16, E1 and 85. RGB value is (22,225,133). Sum of RGB (Red+Green+Blue) = 22+225+133=380 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.79% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #16E185 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16E185 is #E91E7A. Grayscale: #999999. Windows color (decimal): -15277691 or 8773910. OLE color: 8773910.
HSL color Cylindrical-coordinate representation of color #16E185: hue angle of 152.81º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E185 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 225 | 133 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.12 |
| HSL | 152.81º | 0.82% | 0.48% | - |
| HSV(B) | 152.81º | 0.9% | 0.88% | - |
| XYZ | 31.49 | 55.71 | 31.28 | - |
| YUV | 153.82 | 116.25 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 225 | 133 | 0.90 | 0 | 0.41 | 0.12 | 152.81 | 0.82 | 0.48 |
| Hex | 16 | E1 | 85 | 5A | 0 | 29 | C | 99 | 52 | 30 |
| Octal | 26 | 341 | 205 | 132 | 0 | 51 | 14 | 231 | 122 | 60 |
| Binary | 10110 | 11100001 | 10000101 | 1011010 | 0 | 101001 | 1100 | 10011001 | 1010010 | 110000 |
Color Harmonies of #16E185
Complementary color
Monochromatic Colors of #16E185
Black with #16E185
Text Example
Text Example
White with #16E185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E185; }
p { color: rgb(22,225,133); }
H1.HeaderClassName
{
color: #16E185;
}
.AnyTagClassName
{
color: #16E185;
}
</style>
background-color css
<style>
a { background-color: #16E185; }
a { background-color: rgb(22,225,133); }
div.DivClassName
{
background-color: #16E185;
}
.BgClassName
{
background-color: #16E185;
}
</style>
border-color css
<style>
span { border-color: #16E185; }
span { border-color: rgb(22,225,133); }
td.TdClassName
{
border-color: #16E185;
}
.TagClassName
{
border-color: #16E185;
}
</style>