Html Css Color HEX #0EEA95 Medium Spring Green

📋 copy color: '#0EEA95'

red 14 ◦ green 234 ◦ blue 149

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

Shades of Medium Spring Green #0EEA95

Tints of Medium Spring Green #0EEA95

RGB

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

 GREEN value IS 234 (91.8% from 255) = 58.94%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 3.53%
G = 58.94%
B = 37.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#0EEA95 (or 0x0EEA95) is known color: Medium Spring Green. HEX triplet: 0E, EA and 95. RGB value is (14,234,149). Sum of RGB (Red+Green+Blue) = 14+234+149=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEA95 is #F1156A. Grayscale: #9E9E9E. Windows color (decimal): -15799659 or 9824782. OLE color: 9824782.

HSL color Cylindrical-coordinate representation of color #0EEA95: hue angle of 156.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEA95 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 234 149 -
CMYK 0.94 0 0.36 0.08
HSL 156.82º 0.89% 0.49% -
HSV(B) 156.82º 0.94% 0.92% -
XYZ 35.03 61.11 38.38 -
YUV 158.53 122.61 24.91 -
System Red Green Blue C M Y K H S L
Decimal 14 234 149 0.94 0 0.36 0.08 156.82 0.89 0.49
Hex E EA 95 5E 0 24 8 9D 59 31
Octal 16 352 225 136 0 44 10 235 131 61
Binary 1110 11101010 10010101 1011110 0 100100 1000 10011101 1011001 110001

Color Harmonies of #0EEA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEA95

Black with #0EEA95

Text Example


Text Example

White with #0EEA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,234,149); }

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

background-color css

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

 a { background-color: rgb(14,234,149); }

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

border-color css

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

 span { border-color: rgb(14,234,149); }

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