Html Css Color HEX #0EFFBE Medium Spring Green

📋 copy color: '#0EFFBE'

red 14 ◦ green 255 ◦ blue 190

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

Shades of Medium Spring Green #0EFFBE

Tints of Medium Spring Green #0EFFBE

RGB

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

 GREEN value IS 255 (100% from 255) = 55.56%

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 3.05%
G = 55.56%
B = 41.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#0EFFBE (or 0x0EFFBE) is known color: Medium Spring Green. HEX triplet: 0E, FF and BE. RGB value is (14,255,190). Sum of RGB (Red+Green+Blue) = 14+255+190=459 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.05% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFBE is #F10041. Grayscale: #AFAFAF. Windows color (decimal): -15794242 or 12517134. OLE color: 12517134.

HSL color Cylindrical-coordinate representation of color #0EFFBE: hue angle of 163.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFBE is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 190 -
CMYK 0.95 0 0.25 0
HSL 163.82º 1% 0.53% -
HSV(B) 163.82º 0.95% 1% -
XYZ 45.24 75.33 60.87 -
YUV 175.53 136.16 12.79 -
System Red Green Blue C M Y K H S L
Decimal 14 255 190 0.95 0 0.25 0 163.82 1 0.53
Hex E FF BE 5F 0 19 0 A4 64 35
Octal 16 377 276 137 0 31 0 244 144 65
Binary 1110 11111111 10111110 1011111 0 11001 0 10100100 1100100 110101

Color Harmonies of #0EFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFBE

Black with #0EFFBE

Text Example


Text Example

White with #0EFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,255,190); }

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

background-color css

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

 a { background-color: rgb(14,255,190); }

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

border-color css

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

 span { border-color: rgb(14,255,190); }

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