Html Css Color HEX #0EEC70 Spring Green

📋 copy color: '#0EEC70'

red 14 ◦ green 236 ◦ blue 112

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

Shades of Spring Green #0EEC70

Tints of Spring Green #0EEC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 3.87%
G = 65.19%
B = 30.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#0EEC70 (or 0x0EEC70) is known color: Spring Green. HEX triplet: 0E, EC and 70. RGB value is (14,236,112). Sum of RGB (Red+Green+Blue) = 14+236+112=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 236 (92.58% from 255 or 65.19% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 236 - color contains mainly: green. Hex color #0EEC70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEC70 is #F1138F. Grayscale: #9B9B9B. Windows color (decimal): -15799184 or 7400462. OLE color: 7400462.

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

Color convert

RGB 14 236 112 -
CMYK 0.94 0 0.53 0.07
HSL 146.49º 0.89% 0.49% -
HSV(B) 146.49º 0.94% 0.93% -
XYZ 33.1 61.25 25.41 -
YUV 155.49 103.45 27.08 -
System Red Green Blue C M Y K H S L
Decimal 14 236 112 0.94 0 0.53 0.07 146.49 0.89 0.49
Hex E EC 70 5E 0 35 7 92 59 31
Octal 16 354 160 136 0 65 7 222 131 61
Binary 1110 11101100 1110000 1011110 0 110101 111 10010010 1011001 110001

Color Harmonies of #0EEC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEC70

Black with #0EEC70

Text Example


Text Example

White with #0EEC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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