#0EFDAC

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

Shades of Medium Spring Green #0EFDAC

Tints of Medium Spring Green #0EFDAC

Color information

#0EFDAC (or 0x0EFDAC) is unknown color: approx Medium Spring Green. HEX triplet: 0E, FD and AC. RGB value is (14,253,172). Sum of RGB (Red+Green+Blue) = 14+253+172=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFDAC is #F10253. Grayscale: #ACACAC. Windows color (decimal): -15794772 or 11336974. OLE color: 11336974.

HSL color Cylindrical-coordinate representation of color #0EFDAC: hue angle of 159.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFDAC is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB14253172-
CMYK0.9400.320.01
HSL159.67º98.35%52.35%-
HSV(B)159.67º94.47%99.22%-
XYZ42.7573.3250.93-
YUV172.3127.8215.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.19%
GREEN value IS 253 (99.22% from 255) = 57.63%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=3.19%
G=57.63%
B=39.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal142531720.9400.320.01159.6798.3552.35
HexEFDAC5E0201a06234
Octal16375254136040124014264
Binary11101111110110101100101111001000001101000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EFDAC; }

 p { color: rgb(14,253,172); }

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

<style>
 a { background-color: #0EFDAC; }

 a { background-color: rgb(14,253,172); }

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

<style>
 span { border-color: #0EFDAC; }

 span { border-color: rgb(14,253,172); }

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