Html Css Color HEX #0ED073 Malachite

📋 copy color: '#0ED073'

red 14 ◦ green 208 ◦ blue 115

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

Shades of Malachite #0ED073

Tints of Malachite #0ED073

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.72%

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 4.15%
G = 61.72%
B = 34.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#0ED073 (or 0x0ED073) is known color: Malachite. HEX triplet: 0E, D0 and 73. RGB value is (14,208,115). Sum of RGB (Red+Green+Blue) = 14+208+115=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED073 is #F12F8C. Grayscale: #8B8B8B. Windows color (decimal): -15806349 or 7589902. OLE color: 7589902.

HSL color Cylindrical-coordinate representation of color #0ED073: hue angle of 151.24º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED073 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 208 115 -
CMYK 0.93 0 0.45 0.18
HSL 151.24º 0.87% 0.44% -
HSV(B) 151.24º 0.93% 0.82% -
XYZ 25.83 46.44 23.82 -
YUV 139.39 114.23 38.56 -
System Red Green Blue C M Y K H S L
Decimal 14 208 115 0.93 0 0.45 0.18 151.24 0.87 0.44
Hex E D0 73 5D 0 2D 12 97 57 2C
Octal 16 320 163 135 0 55 22 227 127 54
Binary 1110 11010000 1110011 1011101 0 101101 10010 10010111 1010111 101100

Color Harmonies of #0ED073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED073

Black with #0ED073

Text Example


Text Example

White with #0ED073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,208,115); }

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

background-color css

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

 a { background-color: rgb(14,208,115); }

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

border-color css

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

 span { border-color: rgb(14,208,115); }

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