Shades of Spring Green #01EC6C
Tints of Spring Green #01EC6C
RGB
CMYK
RGB Variations
Color information
#01EC6C (or 0x01EC6C) is known color: Spring Green. HEX triplet: 01, EC and 6C. RGB value is (1,236,108). Sum of RGB (Red+Green+Blue) = 1+236+108=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 236 (92.58% from 255 or 68.41% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC6C is #FE1393. Grayscale: #979797. Windows color (decimal): -16651156 or 7138305. OLE color: 7138305.
HSL color Cylindrical-coordinate representation of color #01EC6C: hue angle of 147.32º 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 #01EC6C is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 108 | - |
| CMYK | 1.00 | 0 | 0.54 | 0.07 |
| HSL | 147.32º | 0.99% | 0.46% | - |
| HSV(B) | 147.32º | 1% | 0.93% | - |
| XYZ | 32.71 | 61.08 | 24.25 | - |
| YUV | 151.14 | 103.64 | 20.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 108 | 1.00 | 0 | 0.54 | 0.07 | 147.32 | 0.99 | 0.46 |
| Hex | 1 | EC | 6C | 64 | 0 | 36 | 7 | 93 | 63 | 2E |
| Octal | 1 | 354 | 154 | 144 | 0 | 66 | 7 | 223 | 143 | 56 |
| Binary | 1 | 11101100 | 1101100 | 1100100 | 0 | 110110 | 111 | 10010011 | 1100011 | 101110 |
Color Harmonies of #01EC6C
Complementary color
Monochromatic Colors of #01EC6C
Black with #01EC6C
Text Example
Text Example
White with #01EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC6C; }
p { color: rgb(1,236,108); }
H1.HeaderClassName
{
color: #01EC6C;
}
.AnyTagClassName
{
color: #01EC6C;
}
</style>
background-color css
<style>
a { background-color: #01EC6C; }
a { background-color: rgb(1,236,108); }
div.DivClassName
{
background-color: #01EC6C;
}
.BgClassName
{
background-color: #01EC6C;
}
</style>
border-color css
<style>
span { border-color: #01EC6C; }
span { border-color: rgb(1,236,108); }
td.TdClassName
{
border-color: #01EC6C;
}
.TagClassName
{
border-color: #01EC6C;
}
</style>