Html Css Color HEX #0EEA86 Spring Green

📋 copy color: '#0EEA86'

red 14 ◦ green 234 ◦ blue 134

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

Shades of Spring Green #0EEA86

Tints of Spring Green #0EEA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 3.66%
G = 61.26%
B = 35.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#0EEA86 (or 0x0EEA86) is known color: Spring Green. HEX triplet: 0E, EA and 86. RGB value is (14,234,134). Sum of RGB (Red+Green+Blue) = 14+234+134=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 234 (91.80% from 255 or 61.26% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEA86 is #F11579. Grayscale: #9D9D9D. Windows color (decimal): -15799674 or 8841742. OLE color: 8841742.

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

Color convert

RGB 14 234 134 -
CMYK 0.94 0 0.43 0.08
HSL 152.73º 0.89% 0.49% -
HSV(B) 152.73º 0.94% 0.92% -
XYZ 33.91 60.66 32.48 -
YUV 156.82 115.11 26.13 -
System Red Green Blue C M Y K H S L
Decimal 14 234 134 0.94 0 0.43 0.08 152.73 0.89 0.49
Hex E EA 86 5E 0 2B 8 99 59 31
Octal 16 352 206 136 0 53 10 231 131 61
Binary 1110 11101010 10000110 1011110 0 101011 1000 10011001 1011001 110001

Color Harmonies of #0EEA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEA86

Black with #0EEA86

Text Example


Text Example

White with #0EEA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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