Shades of Spring Green #11FA8C
Tints of Spring Green #11FA8C
RGB
CMYK
RGB Variations
Color information
#11FA8C (or 0x11FA8C) is known color: Spring Green. HEX triplet: 11, FA and 8C. RGB value is (17,250,140). Sum of RGB (Red+Green+Blue) = 17+250+140=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 250 (98.05% from 255 or 61.43% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #11FA8C is #EE0573. Grayscale: #A8A8A8. Windows color (decimal): -15598964 or 9239057. OLE color: 9239057.
HSL color Cylindrical-coordinate representation of color #11FA8C: hue angle of 151.67º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FA8C is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 140 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.02 |
| HSL | 151.67º | 0.96% | 0.52% | - |
| HSV(B) | 151.67º | 0.93% | 0.98% | - |
| XYZ | 39.15 | 70.38 | 36.33 | - |
| YUV | 167.79 | 112.31 | 20.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 140 | 0.93 | 0 | 0.44 | 0.02 | 151.67 | 0.96 | 0.52 |
| Hex | 11 | FA | 8C | 5D | 0 | 2C | 2 | 98 | 60 | 34 |
| Octal | 21 | 372 | 214 | 135 | 0 | 54 | 2 | 230 | 140 | 64 |
| Binary | 10001 | 11111010 | 10001100 | 1011101 | 0 | 101100 | 10 | 10011000 | 1100000 | 110100 |
Color Harmonies of #11FA8C
Complementary color
Monochromatic Colors of #11FA8C
Black with #11FA8C
Text Example
Text Example
White with #11FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FA8C; }
p { color: rgb(17,250,140); }
H1.HeaderClassName
{
color: #11FA8C;
}
.AnyTagClassName
{
color: #11FA8C;
}
</style>
background-color css
<style>
a { background-color: #11FA8C; }
a { background-color: rgb(17,250,140); }
div.DivClassName
{
background-color: #11FA8C;
}
.BgClassName
{
background-color: #11FA8C;
}
</style>
border-color css
<style>
span { border-color: #11FA8C; }
span { border-color: rgb(17,250,140); }
td.TdClassName
{
border-color: #11FA8C;
}
.TagClassName
{
border-color: #11FA8C;
}
</style>