Html Css Color HEX #0EF29D Medium Spring Green

📋 copy color: '#0EF29D'

red 14 ◦ green 242 ◦ blue 157

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

Shades of Medium Spring Green #0EF29D

Tints of Medium Spring Green #0EF29D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.6%

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 3.39%
G = 58.6%
B = 38.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#0EF29D (or 0x0EF29D) is known color: Medium Spring Green. HEX triplet: 0E, F2 and 9D. RGB value is (14,242,157). Sum of RGB (Red+Green+Blue) = 14+242+157=413 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.39% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF29D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF29D is #F10D62. Grayscale: #A4A4A4. Windows color (decimal): -15797603 or 10351118. OLE color: 10351118.

HSL color Cylindrical-coordinate representation of color #0EF29D: hue angle of 157.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF29D is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 14 242 157 -
CMYK 0.94 0 0.35 0.05
HSL 157.63º 0.9% 0.5% -
HSV(B) 157.63º 0.94% 0.95% -
XYZ 38.02 66.03 42.64 -
YUV 164.14 123.96 20.91 -
System Red Green Blue C M Y K H S L
Decimal 14 242 157 0.94 0 0.35 0.05 157.63 0.9 0.5
Hex E F2 9D 5E 0 23 5 9E 5A 32
Octal 16 362 235 136 0 43 5 236 132 62
Binary 1110 11110010 10011101 1011110 0 100011 101 10011110 1011010 110010

Color Harmonies of #0EF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF29D

Black with #0EF29D

Text Example


Text Example

White with #0EF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,242,157); }

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

background-color css

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

 a { background-color: rgb(14,242,157); }

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

border-color css

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

 span { border-color: rgb(14,242,157); }

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