Html Css Color HEX #0EDE79 Spring Green

📋 copy color: '#0EDE79'

red 14 ◦ green 222 ◦ blue 121

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

Shades of Spring Green #0EDE79

Tints of Spring Green #0EDE79

RGB

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

 GREEN value IS 222 (87.11% from 255) = 62.18%

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 3.92%
G = 62.18%
B = 33.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#0EDE79 (or 0x0EDE79) is known color: Spring Green. HEX triplet: 0E, DE and 79. RGB value is (14,222,121). Sum of RGB (Red+Green+Blue) = 14+222+121=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 222 (87.11% from 255 or 62.18% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDE79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDE79 is #F12186. Grayscale: #949494. Windows color (decimal): -15802759 or 7986702. OLE color: 7986702.

HSL color Cylindrical-coordinate representation of color #0EDE79: hue angle of 150.87º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDE79 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 222 121 -
CMYK 0.94 0 0.45 0.13
HSL 150.87º 0.88% 0.46% -
HSV(B) 150.87º 0.94% 0.87% -
XYZ 29.75 53.72 26.89 -
YUV 148.29 112.59 32.21 -
System Red Green Blue C M Y K H S L
Decimal 14 222 121 0.94 0 0.45 0.13 150.87 0.88 0.46
Hex E DE 79 5E 0 2D D 97 58 2E
Octal 16 336 171 136 0 55 15 227 130 56
Binary 1110 11011110 1111001 1011110 0 101101 1101 10010111 1011000 101110

Color Harmonies of #0EDE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDE79

Black with #0EDE79

Text Example


Text Example

White with #0EDE79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,222,121); }

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

background-color css

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

 a { background-color: rgb(14,222,121); }

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

border-color css

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

 span { border-color: rgb(14,222,121); }

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