Html Css Color HEX #0EE586 Spring Green

📋 copy color: '#0EE586'

red 14 ◦ green 229 ◦ blue 134

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

Shades of Spring Green #0EE586

Tints of Spring Green #0EE586

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.74%

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

R = 3.71%
G = 60.74%
B = 35.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#0EE586 (or 0x0EE586) is known color: Spring Green. HEX triplet: 0E, E5 and 86. RGB value is (14,229,134). Sum of RGB (Red+Green+Blue) = 14+229+134=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE586 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE586 is #F11A79. Grayscale: #9A9A9A. Windows color (decimal): -15800954 or 8840462. OLE color: 8840462.

HSL color Cylindrical-coordinate representation of color #0EE586: hue angle of 153.49º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE586 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 14 229 134 -
CMYK 0.94 0 0.41 0.10
HSL 153.49º 0.88% 0.48% -
HSV(B) 153.49º 0.94% 0.9% -
XYZ 32.5 57.85 32.01 -
YUV 153.89 116.77 28.22 -
System Red Green Blue C M Y K H S L
Decimal 14 229 134 0.94 0 0.41 0.10 153.49 0.88 0.48
Hex E E5 86 5E 0 29 A 99 58 30
Octal 16 345 206 136 0 51 12 231 130 60
Binary 1110 11100101 10000110 1011110 0 101001 1010 10011001 1011000 110000

Color Harmonies of #0EE586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE586

Black with #0EE586

Text Example


Text Example

White with #0EE586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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