Html Css Color HEX #0EDC53 Malachite

📋 copy color: '#0EDC53'

red 14 ◦ green 220 ◦ blue 83

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

Shades of Malachite #0EDC53

Tints of Malachite #0EDC53

RGB

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

 GREEN value IS 220 (86.33% from 255) = 69.4%

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 4.42%
G = 69.4%
B = 26.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#0EDC53 (or 0x0EDC53) is known color: Malachite. HEX triplet: 0E, DC and 53. RGB value is (14,220,83). Sum of RGB (Red+Green+Blue) = 14+220+83=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 220 (86.33% from 255 or 69.40% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDC53 is #F123AC. Grayscale: #8F8F8F. Windows color (decimal): -15803309 or 5495822. OLE color: 5495822.

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

Color convert

RGB 14 220 83 -
CMYK 0.94 0 0.62 0.14
HSL 140.1º 0.88% 0.46% -
HSV(B) 140.1º 0.94% 0.86% -
XYZ 27.34 51.9 16.76 -
YUV 142.79 94.25 36.14 -
System Red Green Blue C M Y K H S L
Decimal 14 220 83 0.94 0 0.62 0.14 140.1 0.88 0.46
Hex E DC 53 5E 0 3E E 8C 58 2E
Octal 16 334 123 136 0 76 16 214 130 56
Binary 1110 11011100 1010011 1011110 0 111110 1110 10001100 1011000 101110

Color Harmonies of #0EDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDC53

Black with #0EDC53

Text Example


Text Example

White with #0EDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,220,83); }

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

background-color css

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

 a { background-color: rgb(14,220,83); }

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

border-color css

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

 span { border-color: rgb(14,220,83); }

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