Html Css Color HEX #0EFB8D Medium Spring Green

📋 copy color: '#0EFB8D'

red 14 ◦ green 251 ◦ blue 141

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

Shades of Medium Spring Green #0EFB8D

Tints of Medium Spring Green #0EFB8D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 61.82%

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 3.45%
G = 61.82%
B = 34.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#0EFB8D (or 0x0EFB8D) is known color: Medium Spring Green. HEX triplet: 0E, FB and 8D. RGB value is (14,251,141). Sum of RGB (Red+Green+Blue) = 14+251+141=406 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.45% from 406); Green value is 251 (98.44% from 255 or 61.82% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFB8D is #F10472. Grayscale: #A7A7A7. Windows color (decimal): -15795315 or 9304846. OLE color: 9304846.

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

Color convert

RGB 14 251 141 -
CMYK 0.94 0 0.44 0.02
HSL 152.15º 0.97% 0.52% -
HSV(B) 152.15º 0.94% 0.98% -
XYZ 39.49 71.01 36.82 -
YUV 167.6 112.98 18.44 -
System Red Green Blue C M Y K H S L
Decimal 14 251 141 0.94 0 0.44 0.02 152.15 0.97 0.52
Hex E FB 8D 5E 0 2C 2 98 61 34
Octal 16 373 215 136 0 54 2 230 141 64
Binary 1110 11111011 10001101 1011110 0 101100 10 10011000 1100001 110100

Color Harmonies of #0EFB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFB8D

Black with #0EFB8D

Text Example


Text Example

White with #0EFB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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