Shades of Spring Green #16E475
Tints of Spring Green #16E475
RGB
CMYK
RGB Variations
Color information
#16E475 (or 0x16E475) is known color: Spring Green. HEX triplet: 16, E4 and 75. RGB value is (22,228,117). Sum of RGB (Red+Green+Blue) = 22+228+117=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 228 (89.45% from 255 or 62.13% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 228 - color contains mainly: green. Hex color #16E475 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16E475 is #E91B8A. Grayscale: #999999. Windows color (decimal): -15276939 or 7726102. OLE color: 7726102.
HSL color Cylindrical-coordinate representation of color #16E475: hue angle of 147.67º 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 #16E475 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 228 | 117 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.11 |
| HSL | 147.67º | 0.82% | 0.49% | - |
| HSV(B) | 147.67º | 0.9% | 0.89% | - |
| XYZ | 31.29 | 56.94 | 26.17 | - |
| YUV | 153.75 | 107.25 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 228 | 117 | 0.90 | 0 | 0.49 | 0.11 | 147.67 | 0.82 | 0.49 |
| Hex | 16 | E4 | 75 | 5A | 0 | 31 | B | 94 | 52 | 31 |
| Octal | 26 | 344 | 165 | 132 | 0 | 61 | 13 | 224 | 122 | 61 |
| Binary | 10110 | 11100100 | 1110101 | 1011010 | 0 | 110001 | 1011 | 10010100 | 1010010 | 110001 |
Color Harmonies of #16E475
Complementary color
Monochromatic Colors of #16E475
Black with #16E475
Text Example
Text Example
White with #16E475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E475; }
p { color: rgb(22,228,117); }
H1.HeaderClassName
{
color: #16E475;
}
.AnyTagClassName
{
color: #16E475;
}
</style>
background-color css
<style>
a { background-color: #16E475; }
a { background-color: rgb(22,228,117); }
div.DivClassName
{
background-color: #16E475;
}
.BgClassName
{
background-color: #16E475;
}
</style>
border-color css
<style>
span { border-color: #16E475; }
span { border-color: rgb(22,228,117); }
td.TdClassName
{
border-color: #16E475;
}
.TagClassName
{
border-color: #16E475;
}
</style>