Shades of Spring Green #01EF86
Tints of Spring Green #01EF86
RGB
CMYK
RGB Variations
Color information
#01EF86 (or 0x01EF86) is known color: Spring Green. HEX triplet: 01, EF and 86. RGB value is (1,239,134). Sum of RGB (Red+Green+Blue) = 1+239+134=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 239 (93.75% from 255 or 63.90% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EF86 is #FE1079. Grayscale: #9C9C9C. Windows color (decimal): -16650362 or 8843009. OLE color: 8843009.
HSL color Cylindrical-coordinate representation of color #01EF86: hue angle of 153.53º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EF86 is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 134 | - |
| CMYK | 1.00 | 0 | 0.44 | 0.06 |
| HSL | 153.53º | 0.99% | 0.47% | - |
| HSV(B) | 153.53º | 1% | 0.94% | - |
| XYZ | 35.18 | 63.46 | 32.95 | - |
| YUV | 155.87 | 115.65 | 17.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 134 | 1.00 | 0 | 0.44 | 0.06 | 153.53 | 0.99 | 0.47 |
| Hex | 1 | EF | 86 | 64 | 0 | 2C | 6 | 9A | 63 | 2F |
| Octal | 1 | 357 | 206 | 144 | 0 | 54 | 6 | 232 | 143 | 57 |
| Binary | 1 | 11101111 | 10000110 | 1100100 | 0 | 101100 | 110 | 10011010 | 1100011 | 101111 |
Color Harmonies of #01EF86
Complementary color
Monochromatic Colors of #01EF86
Black with #01EF86
Text Example
Text Example
White with #01EF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EF86; }
p { color: rgb(1,239,134); }
H1.HeaderClassName
{
color: #01EF86;
}
.AnyTagClassName
{
color: #01EF86;
}
</style>
background-color css
<style>
a { background-color: #01EF86; }
a { background-color: rgb(1,239,134); }
div.DivClassName
{
background-color: #01EF86;
}
.BgClassName
{
background-color: #01EF86;
}
</style>
border-color css
<style>
span { border-color: #01EF86; }
span { border-color: rgb(1,239,134); }
td.TdClassName
{
border-color: #01EF86;
}
.TagClassName
{
border-color: #01EF86;
}
</style>