Html Css Color HEX #0EED7A Spring Green

📋 copy color: '#0EED7A'

red 14 ◦ green 237 ◦ blue 122

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

Shades of Spring Green #0EED7A

Tints of Spring Green #0EED7A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 63.54%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 3.75%
G = 63.54%
B = 32.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#0EED7A (or 0x0EED7A) is known color: Spring Green. HEX triplet: 0E, ED and 7A. RGB value is (14,237,122). Sum of RGB (Red+Green+Blue) = 14+237+122=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 237 (92.97% from 255 or 63.54% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 237 - color contains mainly: green. Hex color #0EED7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EED7A is #F11285. Grayscale: #9D9D9D. Windows color (decimal): -15798918 or 8056078. OLE color: 8056078.

HSL color Cylindrical-coordinate representation of color #0EED7A: hue angle of 149.06º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EED7A is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 237 122 -
CMYK 0.94 0 0.49 0.07
HSL 149.06º 0.89% 0.49% -
HSV(B) 149.06º 0.94% 0.93% -
XYZ 33.98 62.07 28.6 -
YUV 157.21 108.12 25.85 -
System Red Green Blue C M Y K H S L
Decimal 14 237 122 0.94 0 0.49 0.07 149.06 0.89 0.49
Hex E ED 7A 5E 0 31 7 95 59 31
Octal 16 355 172 136 0 61 7 225 131 61
Binary 1110 11101101 1111010 1011110 0 110001 111 10010101 1011001 110001

Color Harmonies of #0EED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EED7A

Black with #0EED7A

Text Example


Text Example

White with #0EED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,237,122); }

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

background-color css

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

 a { background-color: rgb(14,237,122); }

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

border-color css

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

 span { border-color: rgb(14,237,122); }

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