Shades of Spring Green #10FE86
Tints of Spring Green #10FE86
RGB
CMYK
RGB Variations
Color information
#10FE86 (or 0x10FE86) is known color: Spring Green. HEX triplet: 10, FE and 86. RGB value is (16,254,134). Sum of RGB (Red+Green+Blue) = 16+254+134=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 254 (99.61% from 255 or 62.87% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FE86 is #EF0179. Grayscale: #A9A9A9. Windows color (decimal): -15663482 or 8846864. OLE color: 8846864.
HSL color Cylindrical-coordinate representation of color #10FE86: hue angle of 149.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FE86 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 134 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.00 |
| HSL | 149.75º | 0.99% | 0.53% | - |
| HSV(B) | 149.75º | 0.94% | 1% | - |
| XYZ | 39.96 | 72.72 | 34.48 | - |
| YUV | 169.16 | 108.15 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 134 | 0.94 | 0 | 0.47 | 0.00 | 149.75 | 0.99 | 0.53 |
| Hex | 10 | FE | 86 | 5E | 0 | 2F | 0 | 96 | 63 | 35 |
| Octal | 20 | 376 | 206 | 136 | 0 | 57 | 0 | 226 | 143 | 65 |
| Binary | 10000 | 11111110 | 10000110 | 1011110 | 0 | 101111 | 0 | 10010110 | 1100011 | 110101 |
Color Harmonies of #10FE86
Complementary color
Monochromatic Colors of #10FE86
Black with #10FE86
Text Example
Text Example
White with #10FE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FE86; }
p { color: rgb(16,254,134); }
H1.HeaderClassName
{
color: #10FE86;
}
.AnyTagClassName
{
color: #10FE86;
}
</style>
background-color css
<style>
a { background-color: #10FE86; }
a { background-color: rgb(16,254,134); }
div.DivClassName
{
background-color: #10FE86;
}
.BgClassName
{
background-color: #10FE86;
}
</style>
border-color css
<style>
span { border-color: #10FE86; }
span { border-color: rgb(16,254,134); }
td.TdClassName
{
border-color: #10FE86;
}
.TagClassName
{
border-color: #10FE86;
}
</style>