Html Css Color HEX #0EEC7D Spring Green

📋 copy color: '#0EEC7D'

red 14 ◦ green 236 ◦ blue 125

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

Shades of Spring Green #0EEC7D

Tints of Spring Green #0EEC7D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.93%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 3.73%
G = 62.93%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#0EEC7D (or 0x0EEC7D) is known color: Spring Green. HEX triplet: 0E, EC and 7D. RGB value is (14,236,125). Sum of RGB (Red+Green+Blue) = 14+236+125=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #0EEC7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEC7D is #F11382. Grayscale: #9D9D9D. Windows color (decimal): -15799171 or 8252430. OLE color: 8252430.

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

Color convert

RGB 14 236 125 -
CMYK 0.94 0 0.47 0.07
HSL 150º 0.89% 0.49% -
HSV(B) 150º 0.94% 0.93% -
XYZ 33.88 61.56 29.5 -
YUV 156.97 109.95 26.03 -
System Red Green Blue C M Y K H S L
Decimal 14 236 125 0.94 0 0.47 0.07 150 0.89 0.49
Hex E EC 7D 5E 0 2F 7 96 59 31
Octal 16 354 175 136 0 57 7 226 131 61
Binary 1110 11101100 1111101 1011110 0 101111 111 10010110 1011001 110001

Color Harmonies of #0EEC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEC7D

Black with #0EEC7D

Text Example


Text Example

White with #0EEC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,236,125); }

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

background-color css

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

 a { background-color: rgb(14,236,125); }

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

border-color css

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

 span { border-color: rgb(14,236,125); }

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