Shades of Spring Green #01EC6E
Tints of Spring Green #01EC6E
RGB
CMYK
RGB Variations
Color information
#01EC6E (or 0x01EC6E) is known color: Spring Green. HEX triplet: 01, EC and 6E. RGB value is (1,236,110). Sum of RGB (Red+Green+Blue) = 1+236+110=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 236 (92.58% from 255 or 68.01% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC6E is #FE1391. Grayscale: #979797. Windows color (decimal): -16651154 or 7269377. OLE color: 7269377.
HSL color Cylindrical-coordinate representation of color #01EC6E: hue angle of 147.83º 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 #01EC6E is Cyan = 1.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 110 | - |
| CMYK | 1.00 | 0 | 0.53 | 0.07 |
| HSL | 147.83º | 0.99% | 0.46% | - |
| HSV(B) | 147.83º | 1% | 0.93% | - |
| XYZ | 32.82 | 61.12 | 24.82 | - |
| YUV | 151.37 | 104.64 | 20.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 110 | 1.00 | 0 | 0.53 | 0.07 | 147.83 | 0.99 | 0.46 |
| Hex | 1 | EC | 6E | 64 | 0 | 35 | 7 | 94 | 63 | 2E |
| Octal | 1 | 354 | 156 | 144 | 0 | 65 | 7 | 224 | 143 | 56 |
| Binary | 1 | 11101100 | 1101110 | 1100100 | 0 | 110101 | 111 | 10010100 | 1100011 | 101110 |
Color Harmonies of #01EC6E
Complementary color
Monochromatic Colors of #01EC6E
Black with #01EC6E
Text Example
Text Example
White with #01EC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC6E; }
p { color: rgb(1,236,110); }
H1.HeaderClassName
{
color: #01EC6E;
}
.AnyTagClassName
{
color: #01EC6E;
}
</style>
background-color css
<style>
a { background-color: #01EC6E; }
a { background-color: rgb(1,236,110); }
div.DivClassName
{
background-color: #01EC6E;
}
.BgClassName
{
background-color: #01EC6E;
}
</style>
border-color css
<style>
span { border-color: #01EC6E; }
span { border-color: rgb(1,236,110); }
td.TdClassName
{
border-color: #01EC6E;
}
.TagClassName
{
border-color: #01EC6E;
}
</style>