Shades of Spring Green #01FE86
Tints of Spring Green #01FE86
RGB
CMYK
RGB Variations
Color information
#01FE86 (or 0x01FE86) is known color: Spring Green. HEX triplet: 01, FE and 86. RGB value is (1,254,134). Sum of RGB (Red+Green+Blue) = 1+254+134=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 254 (99.61% from 255 or 65.30% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FE86 is #FE0179. Grayscale: #A4A4A4. Windows color (decimal): -16646522 or 8846849. OLE color: 8846849.
HSL color Cylindrical-coordinate representation of color #01FE86: hue angle of 151.54º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FE86 is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 134 | - |
| CMYK | 1.00 | 0 | 0.47 | 0.00 |
| HSL | 151.54º | 0.99% | 0.5% | - |
| HSV(B) | 151.54º | 1% | 1% | - |
| XYZ | 39.76 | 72.61 | 34.47 | - |
| YUV | 164.67 | 110.68 | 11.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 134 | 1.00 | 0 | 0.47 | 0.00 | 151.54 | 0.99 | 0.5 |
| Hex | 1 | FE | 86 | 64 | 0 | 2F | 0 | 98 | 63 | 32 |
| Octal | 1 | 376 | 206 | 144 | 0 | 57 | 0 | 230 | 143 | 62 |
| Binary | 1 | 11111110 | 10000110 | 1100100 | 0 | 101111 | 0 | 10011000 | 1100011 | 110010 |
Color Harmonies of #01FE86
Complementary color
Monochromatic Colors of #01FE86
Black with #01FE86
Text Example
Text Example
White with #01FE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE86; }
p { color: rgb(1,254,134); }
H1.HeaderClassName
{
color: #01FE86;
}
.AnyTagClassName
{
color: #01FE86;
}
</style>
background-color css
<style>
a { background-color: #01FE86; }
a { background-color: rgb(1,254,134); }
div.DivClassName
{
background-color: #01FE86;
}
.BgClassName
{
background-color: #01FE86;
}
</style>
border-color css
<style>
span { border-color: #01FE86; }
span { border-color: rgb(1,254,134); }
td.TdClassName
{
border-color: #01FE86;
}
.TagClassName
{
border-color: #01FE86;
}
</style>