#0EF0A1

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

Shades of Medium Spring Green #0EF0A1

Tints of Medium Spring Green #0EF0A1

Color information

#0EF0A1 (or 0x0EF0A1) is unknown color: approx Medium Spring Green. HEX triplet: 0E, F0 and A1. RGB value is (14,240,161). Sum of RGB (Red+Green+Blue) = 14+240+161=415 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 415); Green value is 240 (94.14% from 255 or 57.83% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF0A1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF0A1 is #F10F5E. Grayscale: #A3A3A3. Windows color (decimal): -15798111 or 10612750. OLE color: 10612750.

HSL color Cylindrical-coordinate representation of color #0EF0A1: hue angle of 159.03º 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 #0EF0A1 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB14240161-
CMYK0.9400.330.06
HSL159.03º88.98%49.8%-
HSV(B)159.03º94.17%94.12%-
XYZ37.7764.9944.27-
YUV163.42126.6321.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.37%
GREEN value IS 240 (94.14% from 255) = 57.83%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=3.37%
G=57.83%
B=38.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142401610.9400.330.06159.0388.9849.8
HexEF0A15E02169f5932
Octal16360241136041623713162
Binary1110111100001010000110111100100001110100111111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,240,161); }

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

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

 a { background-color: rgb(14,240,161); }

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

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

 span { border-color: rgb(14,240,161); }

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