Shades of Spring Green #01EC6F
Tints of Spring Green #01EC6F
RGB
CMYK
RGB Variations
Color information
#01EC6F (or 0x01EC6F) is known color: Spring Green. HEX triplet: 01, EC and 6F. RGB value is (1,236,111). Sum of RGB (Red+Green+Blue) = 1+236+111=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 236 (92.58% from 255 or 67.82% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC6F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC6F is #FE1390. Grayscale: #979797. Windows color (decimal): -16651153 or 7334913. OLE color: 7334913.
HSL color Cylindrical-coordinate representation of color #01EC6F: hue angle of 148.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC6F is Cyan = 1.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 111 | - |
| CMYK | 1.00 | 0 | 0.53 | 0.07 |
| HSL | 148.09º | 0.99% | 0.46% | - |
| HSV(B) | 148.09º | 1% | 0.93% | - |
| XYZ | 32.88 | 61.15 | 25.11 | - |
| YUV | 151.49 | 105.14 | 20.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 111 | 1.00 | 0 | 0.53 | 0.07 | 148.09 | 0.99 | 0.46 |
| Hex | 1 | EC | 6F | 64 | 0 | 35 | 7 | 94 | 63 | 2E |
| Octal | 1 | 354 | 157 | 144 | 0 | 65 | 7 | 224 | 143 | 56 |
| Binary | 1 | 11101100 | 1101111 | 1100100 | 0 | 110101 | 111 | 10010100 | 1100011 | 101110 |
Color Harmonies of #01EC6F
Complementary color
Monochromatic Colors of #01EC6F
Black with #01EC6F
Text Example
Text Example
White with #01EC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC6F; }
p { color: rgb(1,236,111); }
H1.HeaderClassName
{
color: #01EC6F;
}
.AnyTagClassName
{
color: #01EC6F;
}
</style>
background-color css
<style>
a { background-color: #01EC6F; }
a { background-color: rgb(1,236,111); }
div.DivClassName
{
background-color: #01EC6F;
}
.BgClassName
{
background-color: #01EC6F;
}
</style>
border-color css
<style>
span { border-color: #01EC6F; }
span { border-color: rgb(1,236,111); }
td.TdClassName
{
border-color: #01EC6F;
}
.TagClassName
{
border-color: #01EC6F;
}
</style>