Shades of Spring Green #11E080
Tints of Spring Green #11E080
RGB
CMYK
RGB Variations
Color information
#11E080 (or 0x11E080) is known color: Spring Green. HEX triplet: 11, E0 and 80. RGB value is (17,224,128). Sum of RGB (Red+Green+Blue) = 17+224+128=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #11E080 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E080 is #EE1F7F. Grayscale: #979797. Windows color (decimal): -15605632 or 8445969. OLE color: 8445969.
HSL color Cylindrical-coordinate representation of color #11E080: hue angle of 152.17º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E080 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 224 | 128 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.12 |
| HSL | 152.17º | 0.86% | 0.47% | - |
| HSV(B) | 152.17º | 0.92% | 0.88% | - |
| XYZ | 30.78 | 54.99 | 29.41 | - |
| YUV | 151.16 | 114.92 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 224 | 128 | 0.92 | 0 | 0.43 | 0.12 | 152.17 | 0.86 | 0.47 |
| Hex | 11 | E0 | 80 | 5C | 0 | 2B | C | 98 | 56 | 2F |
| Octal | 21 | 340 | 200 | 134 | 0 | 53 | 14 | 230 | 126 | 57 |
| Binary | 10001 | 11100000 | 10000000 | 1011100 | 0 | 101011 | 1100 | 10011000 | 1010110 | 101111 |
Color Harmonies of #11E080
Complementary color
Monochromatic Colors of #11E080
Black with #11E080
Text Example
Text Example
White with #11E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E080; }
p { color: rgb(17,224,128); }
H1.HeaderClassName
{
color: #11E080;
}
.AnyTagClassName
{
color: #11E080;
}
</style>
background-color css
<style>
a { background-color: #11E080; }
a { background-color: rgb(17,224,128); }
div.DivClassName
{
background-color: #11E080;
}
.BgClassName
{
background-color: #11E080;
}
</style>
border-color css
<style>
span { border-color: #11E080; }
span { border-color: rgb(17,224,128); }
td.TdClassName
{
border-color: #11E080;
}
.TagClassName
{
border-color: #11E080;
}
</style>