Shades of Spring Green #01EF6A
Tints of Spring Green #01EF6A
RGB
CMYK
RGB Variations
Color information
#01EF6A (or 0x01EF6A) is known color: Spring Green. HEX triplet: 01, EF and 6A. RGB value is (1,239,106). Sum of RGB (Red+Green+Blue) = 1+239+106=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 239 (93.75% from 255 or 69.08% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EF6A is #FE1095. Grayscale: #989898. Windows color (decimal): -16650390 or 7008001. OLE color: 7008001.
HSL color Cylindrical-coordinate representation of color #01EF6A: hue angle of 146.47º 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 #01EF6A is Cyan = 1.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 106 | - |
| CMYK | 1.00 | 0 | 0.56 | 0.06 |
| HSL | 146.47º | 0.99% | 0.47% | - |
| HSV(B) | 146.47º | 1% | 0.94% | - |
| XYZ | 33.48 | 62.78 | 23.99 | - |
| YUV | 152.68 | 101.65 | 19.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 106 | 1.00 | 0 | 0.56 | 0.06 | 146.47 | 0.99 | 0.47 |
| Hex | 1 | EF | 6A | 64 | 0 | 38 | 6 | 92 | 63 | 2F |
| Octal | 1 | 357 | 152 | 144 | 0 | 70 | 6 | 222 | 143 | 57 |
| Binary | 1 | 11101111 | 1101010 | 1100100 | 0 | 111000 | 110 | 10010010 | 1100011 | 101111 |
Color Harmonies of #01EF6A
Complementary color
Monochromatic Colors of #01EF6A
Black with #01EF6A
Text Example
Text Example
White with #01EF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EF6A; }
p { color: rgb(1,239,106); }
H1.HeaderClassName
{
color: #01EF6A;
}
.AnyTagClassName
{
color: #01EF6A;
}
</style>
background-color css
<style>
a { background-color: #01EF6A; }
a { background-color: rgb(1,239,106); }
div.DivClassName
{
background-color: #01EF6A;
}
.BgClassName
{
background-color: #01EF6A;
}
</style>
border-color css
<style>
span { border-color: #01EF6A; }
span { border-color: rgb(1,239,106); }
td.TdClassName
{
border-color: #01EF6A;
}
.TagClassName
{
border-color: #01EF6A;
}
</style>