#01EC8F

Color #01EC8F Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #01EC8F

Tints of Medium Spring Green #01EC8F

Color information

#01EC8F (or 0x01EC8F) is unknown color: approx Medium Spring Green. HEX triplet: 01, EC and 8F. RGB value is (1,236,143). Sum of RGB (Red+Green+Blue) = 1+236+143=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 236 (92.58% from 255 or 62.11% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC8F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EC8F is #FE1370. Grayscale: #9B9B9B. Windows color (decimal): -16651121 or 9432065. OLE color: 9432065.

HSL color Cylindrical-coordinate representation of color #01EC8F: hue angle of 156.26º 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 #01EC8F is Cyan = 1.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB1236143-
CMYK1.0000.390.07
HSL156.26º99.16%46.47%-
HSV(B)156.26º99.58%92.55%-
XYZ34.9761.9836.11-
YUV155.13121.1418.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 236 (92.58% from 255) = 62.11%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=0.26%
G=62.11%
B=37.63%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal12361431.0000.390.07156.2699.1646.47
Hex1EC8F6402779c632e
Octal1354217144047723414356
Binary1111011001000111111001000100111111100111001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01EC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01EC8F; }

 p { color: rgb(1,236,143); }

 H1.HeaderClassName
 {
   color: #01EC8F;
 }
 .AnyTagClassName
 {
   color: #01EC8F;
 }
</style>
background-color css

<style>
 a { background-color: #01EC8F; }

 a { background-color: rgb(1,236,143); }

 div.DivClassName
 {
   background-color: #01EC8F;
 }
 .BgClassName
 {
   background-color: #01EC8F;
 }
</style>
border-color css

<style>
 span { border-color: #01EC8F; }

 span { border-color: rgb(1,236,143); }

 td.TdClassName
 {
   border-color: #01EC8F;
 }
 .TagClassName
 {
   border-color: #01EC8F;
 }
</style>