Shades of Spring Green #01EC6D
Tints of Spring Green #01EC6D
RGB
CMYK
RGB Variations
Color information
#01EC6D (or 0x01EC6D) is known color: Spring Green. HEX triplet: 01, EC and 6D. RGB value is (1,236,109). Sum of RGB (Red+Green+Blue) = 1+236+109=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 236 (92.58% from 255 or 68.21% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC6D is #FE1392. Grayscale: #979797. Windows color (decimal): -16651155 or 7203841. OLE color: 7203841.
HSL color Cylindrical-coordinate representation of color #01EC6D: hue angle of 147.57º 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 #01EC6D is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 109 | - |
| CMYK | 1.00 | 0 | 0.54 | 0.07 |
| HSL | 147.57º | 0.99% | 0.46% | - |
| HSV(B) | 147.57º | 1% | 0.93% | - |
| XYZ | 32.77 | 61.1 | 24.53 | - |
| YUV | 151.26 | 104.14 | 20.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 109 | 1.00 | 0 | 0.54 | 0.07 | 147.57 | 0.99 | 0.46 |
| Hex | 1 | EC | 6D | 64 | 0 | 36 | 7 | 94 | 63 | 2E |
| Octal | 1 | 354 | 155 | 144 | 0 | 66 | 7 | 224 | 143 | 56 |
| Binary | 1 | 11101100 | 1101101 | 1100100 | 0 | 110110 | 111 | 10010100 | 1100011 | 101110 |
Color Harmonies of #01EC6D
Complementary color
Monochromatic Colors of #01EC6D
Black with #01EC6D
Text Example
Text Example
White with #01EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC6D; }
p { color: rgb(1,236,109); }
H1.HeaderClassName
{
color: #01EC6D;
}
.AnyTagClassName
{
color: #01EC6D;
}
</style>
background-color css
<style>
a { background-color: #01EC6D; }
a { background-color: rgb(1,236,109); }
div.DivClassName
{
background-color: #01EC6D;
}
.BgClassName
{
background-color: #01EC6D;
}
</style>
border-color css
<style>
span { border-color: #01EC6D; }
span { border-color: rgb(1,236,109); }
td.TdClassName
{
border-color: #01EC6D;
}
.TagClassName
{
border-color: #01EC6D;
}
</style>