Shades of Spring Green #10FF88
Tints of Spring Green #10FF88
RGB
CMYK
RGB Variations
Color information
#10FF88 (or 0x10FF88) is known color: Spring Green. HEX triplet: 10, FF and 88. RGB value is (16,255,136). Sum of RGB (Red+Green+Blue) = 16+255+136=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FF88 is #EF0077. Grayscale: #AAAAAA. Windows color (decimal): -15663224 or 8978192. OLE color: 8978192.
HSL color Cylindrical-coordinate representation of color #10FF88: hue angle of 150.13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF88 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 136 | - |
| CMYK | 0.94 | 0 | 0.47 | 0 |
| HSL | 150.13º | 1% | 0.53% | - |
| HSV(B) | 150.13º | 0.94% | 1% | - |
| XYZ | 40.42 | 73.41 | 35.33 | - |
| YUV | 169.97 | 108.82 | 18.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 136 | 0.94 | 0 | 0.47 | 0 | 150.13 | 1 | 0.53 |
| Hex | 10 | FF | 88 | 5E | 0 | 2F | 0 | 96 | 64 | 35 |
| Octal | 20 | 377 | 210 | 136 | 0 | 57 | 0 | 226 | 144 | 65 |
| Binary | 10000 | 11111111 | 10001000 | 1011110 | 0 | 101111 | 0 | 10010110 | 1100100 | 110101 |
Color Harmonies of #10FF88
Complementary color
Monochromatic Colors of #10FF88
Black with #10FF88
Text Example
Text Example
White with #10FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF88; }
p { color: rgb(16,255,136); }
H1.HeaderClassName
{
color: #10FF88;
}
.AnyTagClassName
{
color: #10FF88;
}
</style>
background-color css
<style>
a { background-color: #10FF88; }
a { background-color: rgb(16,255,136); }
div.DivClassName
{
background-color: #10FF88;
}
.BgClassName
{
background-color: #10FF88;
}
</style>
border-color css
<style>
span { border-color: #10FF88; }
span { border-color: rgb(16,255,136); }
td.TdClassName
{
border-color: #10FF88;
}
.TagClassName
{
border-color: #10FF88;
}
</style>