#0EEF93

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

Shades of Medium Spring Green #0EEF93

Tints of Medium Spring Green #0EEF93

Color information

#0EEF93 (or 0x0EEF93) is unknown color: approx Medium Spring Green. HEX triplet: 0E, EF and 93. RGB value is (14,239,147). Sum of RGB (Red+Green+Blue) = 14+239+147=400 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.5% from 400); Green value is 239 (93.75% from 255 or 59.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF93 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEF93 is #F1106C. Grayscale: #A1A1A1. Windows color (decimal): -15798381 or 9694990. OLE color: 9694990.

HSL color Cylindrical-coordinate representation of color #0EEF93: hue angle of 155.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEF93 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB14239147-
CMYK0.9400.380.06
HSL155.47º88.93%49.61%-
HSV(B)155.47º94.14%93.73%-
XYZ36.3163.9338.03-
YUV161.24119.9622.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.5%
GREEN value IS 239 (93.75% from 255) = 59.75%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=3.5%
G=59.75%
B=36.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142391470.9400.380.06155.4788.9349.61
HexEEF935E02669b5932
Octal16357223136046623313162
Binary1110111011111001001110111100100110110100110111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,239,147); }

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

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

 a { background-color: rgb(14,239,147); }

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

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

 span { border-color: rgb(14,239,147); }

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