Html Css Color HEX #0EE980 Spring Green

📋 copy color: '#0EE980'

red 14 ◦ green 233 ◦ blue 128

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

Shades of Spring Green #0EE980

Tints of Spring Green #0EE980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 62.13%

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 3.73%
G = 62.13%
B = 34.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#0EE980 (or 0x0EE980) is known color: Spring Green. HEX triplet: 0E, E9 and 80. RGB value is (14,233,128). Sum of RGB (Red+Green+Blue) = 14+233+128=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE980 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EE980 is #F1167F. Grayscale: #9B9B9B. Windows color (decimal): -15799936 or 8448270. OLE color: 8448270.

HSL color Cylindrical-coordinate representation of color #0EE980: hue angle of 151.23º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE980 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 14 233 128 -
CMYK 0.94 0 0.45 0.09
HSL 151.23º 0.89% 0.48% -
HSV(B) 151.23º 0.94% 0.91% -
XYZ 33.22 59.93 30.24 -
YUV 155.55 112.45 27.04 -
System Red Green Blue C M Y K H S L
Decimal 14 233 128 0.94 0 0.45 0.09 151.23 0.89 0.48
Hex E E9 80 5E 0 2D 9 97 59 30
Octal 16 351 200 136 0 55 11 227 131 60
Binary 1110 11101001 10000000 1011110 0 101101 1001 10010111 1011001 110000

Color Harmonies of #0EE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE980

Black with #0EE980

Text Example


Text Example

White with #0EE980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,233,128); }

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

background-color css

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

 a { background-color: rgb(14,233,128); }

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

border-color css

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

 span { border-color: rgb(14,233,128); }

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