Html Css Color HEX #0EDF73 Malachite

📋 copy color: '#0EDF73'

red 14 ◦ green 223 ◦ blue 115

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

Shades of Malachite #0EDF73

Tints of Malachite #0EDF73

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.35%

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

R = 3.98%
G = 63.35%
B = 32.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#0EDF73 (or 0x0EDF73) is known color: Malachite. HEX triplet: 0E, DF and 73. RGB value is (14,223,115). Sum of RGB (Red+Green+Blue) = 14+223+115=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDF73 is #F1208C. Grayscale: #949494. Windows color (decimal): -15802509 or 7593742. OLE color: 7593742.

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

Color convert

RGB 14 223 115 -
CMYK 0.94 0 0.48 0.13
HSL 149º 0.88% 0.46% -
HSV(B) 149º 0.94% 0.87% -
XYZ 29.66 54.11 25.1 -
YUV 148.2 109.26 32.28 -
System Red Green Blue C M Y K H S L
Decimal 14 223 115 0.94 0 0.48 0.13 149 0.88 0.46
Hex E DF 73 5E 0 30 D 95 58 2E
Octal 16 337 163 136 0 60 15 225 130 56
Binary 1110 11011111 1110011 1011110 0 110000 1101 10010101 1011000 101110

Color Harmonies of #0EDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDF73

Black with #0EDF73

Text Example


Text Example

White with #0EDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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