#0EE8A7

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

Shades of Medium Spring Green #0EE8A7

Tints of Medium Spring Green #0EE8A7

Color information

#0EE8A7 (or 0x0EE8A7) is unknown color: approx Medium Spring Green. HEX triplet: 0E, E8 and A7. RGB value is (14,232,167). Sum of RGB (Red+Green+Blue) = 14+232+167=413 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.39% from 413); Green value is 232 (91.02% from 255 or 56.17% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 232 - color contains mainly: green. Hex color #0EE8A7 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EE8A7 is #F11758. Grayscale: #9F9F9F. Windows color (decimal): -15800153 or 11003918. OLE color: 11003918.

HSL color Cylindrical-coordinate representation of color #0EE8A7: hue angle of 162.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE8A7 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB14232167-
CMYK0.9400.280.09
HSL162.11º88.62%48.24%-
HSV(B)162.11º93.97%90.98%-
XYZ36.0160.646.36-
YUV159.41132.2824.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.39%
GREEN value IS 232 (91.02% from 255) = 56.17%
BLUE value IS 167 (65.62% from 255) = 40.44%
R=3.39%
G=56.17%
B=40.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal142321670.9400.280.09162.1188.6248.24
HexEE8A75E01C9a25930
Octal163502471360341124213160
Binary1110111010001010011110111100111001001101000101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,232,167); }

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

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

 a { background-color: rgb(14,232,167); }

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

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

 span { border-color: rgb(14,232,167); }

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