#0EFBAE

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

Shades of Medium Spring Green #0EFBAE

Tints of Medium Spring Green #0EFBAE

Color information

#0EFBAE (or 0x0EFBAE) is unknown color: approx Medium Spring Green. HEX triplet: 0E, FB and AE. RGB value is (14,251,174). Sum of RGB (Red+Green+Blue) = 14+251+174=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 251 (98.44% from 255 or 57.18% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFBAE is #F10451. Grayscale: #ABABAB. Windows color (decimal): -15795282 or 11467534. OLE color: 11467534.

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

Color convert

RGB14251174-
CMYK0.9400.310.02
HSL160.51º96.73%51.96%-
HSV(B)160.51º94.42%98.43%-
XYZ42.3272.1451.74-
YUV171.36129.4815.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.19%
GREEN value IS 251 (98.44% from 255) = 57.18%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=3.19%
G=57.18%
B=39.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142511740.9400.310.02160.5196.7351.96
HexEFBAE5E01F2a16134
Octal16373256136037224114164
Binary11101111101110101110101111001111110101000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,251,174); }

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

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

 a { background-color: rgb(14,251,174); }

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

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

 span { border-color: rgb(14,251,174); }

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