Html Css Color HEX #0EF291 Medium Spring Green

📋 copy color: '#0EF291'

red 14 ◦ green 242 ◦ blue 145

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

Shades of Medium Spring Green #0EF291

Tints of Medium Spring Green #0EF291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 3.49%
G = 60.35%
B = 36.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#0EF291 (or 0x0EF291) is known color: Medium Spring Green. HEX triplet: 0E, F2 and 91. RGB value is (14,242,145). Sum of RGB (Red+Green+Blue) = 14+242+145=401 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.49% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF291 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF291 is #F10D6E. Grayscale: #A2A2A2. Windows color (decimal): -15797615 or 9564686. OLE color: 9564686.

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

Color convert

RGB 14 242 145 -
CMYK 0.94 0 0.40 0.05
HSL 154.47º 0.9% 0.5% -
HSV(B) 154.47º 0.94% 0.95% -
XYZ 37.04 65.64 37.51 -
YUV 162.77 117.96 21.89 -
System Red Green Blue C M Y K H S L
Decimal 14 242 145 0.94 0 0.40 0.05 154.47 0.9 0.5
Hex E F2 91 5E 0 28 5 9A 5A 32
Octal 16 362 221 136 0 50 5 232 132 62
Binary 1110 11110010 10010001 1011110 0 101000 101 10011010 1011010 110010

Color Harmonies of #0EF291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF291

Black with #0EF291

Text Example


Text Example

White with #0EF291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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