Html Css Color HEX #0EEB86 Spring Green

📋 copy color: '#0EEB86'

red 14 ◦ green 235 ◦ blue 134

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

Shades of Spring Green #0EEB86

Tints of Spring Green #0EEB86

RGB

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

 GREEN value IS 235 (92.19% from 255) = 61.36%

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

R = 3.66%
G = 61.36%
B = 34.99%

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

#0EEB86 (or 0x0EEB86) is known color: Spring Green. HEX triplet: 0E, EB and 86. RGB value is (14,235,134). Sum of RGB (Red+Green+Blue) = 14+235+134=383 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 383); Green value is 235 (92.19% from 255 or 61.36% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEB86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEB86 is #F11479. Grayscale: #9D9D9D. Windows color (decimal): -15799418 or 8841998. OLE color: 8841998.

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

Color convert

RGB 14 235 134 -
CMYK 0.94 0 0.43 0.08
HSL 152.58º 0.89% 0.49% -
HSV(B) 152.58º 0.94% 0.92% -
XYZ 34.19 61.23 32.57 -
YUV 157.41 114.78 25.71 -
System Red Green Blue C M Y K H S L
Decimal 14 235 134 0.94 0 0.43 0.08 152.58 0.89 0.49
Hex E EB 86 5E 0 2B 8 99 59 31
Octal 16 353 206 136 0 53 10 231 131 61
Binary 1110 11101011 10000110 1011110 0 101011 1000 10011001 1011001 110001

Color Harmonies of #0EEB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEB86

Black with #0EEB86

Text Example


Text Example

White with #0EEB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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