Html Css Color HEX #0EF097 Medium Spring Green

📋 copy color: '#0EF097'

red 14 ◦ green 240 ◦ blue 151

#0EF097
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0EF097

Tints of Medium Spring Green #0EF097

RGB

 RED value IS 14 (5.86% from 255) = 3.46%

 GREEN value IS 240 (94.14% from 255) = 59.26%

 BLUE value IS 151 (59.38% from 255) = 37.28%

R = 3.46%
G = 59.26%
B = 37.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#0EF097 (or 0x0EF097) is known color: Medium Spring Green. HEX triplet: 0E, F0 and 97. RGB value is (14,240,151). Sum of RGB (Red+Green+Blue) = 14+240+151=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 240 (94.14% from 255 or 59.26% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF097 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF097 is #F10F68. Grayscale: #A2A2A2. Windows color (decimal): -15798121 or 9957390. OLE color: 9957390.

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

Color convert

RGB 14 240 151 -
CMYK 0.94 0 0.37 0.06
HSL 156.37º 0.89% 0.5% -
HSV(B) 156.37º 0.94% 0.94% -
XYZ 36.93 64.65 39.81 -
YUV 162.28 121.63 22.24 -
System Red Green Blue C M Y K H S L
Decimal 14 240 151 0.94 0 0.37 0.06 156.37 0.89 0.5
Hex E F0 97 5E 0 25 6 9C 59 32
Octal 16 360 227 136 0 45 6 234 131 62
Binary 1110 11110000 10010111 1011110 0 100101 110 10011100 1011001 110010

Color Harmonies of #0EF097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF097

Black with #0EF097

Text Example


Text Example

White with #0EF097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EF097;
 }
 .AnyTagClassName
 {
   color: #0EF097;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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