Html Css Color HEX #0ED349 Malachite

📋 copy color: '#0ED349'

red 14 ◦ green 211 ◦ blue 73

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

Shades of Malachite #0ED349

Tints of Malachite #0ED349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 70.81%

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 4.7%
G = 70.81%
B = 24.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#0ED349 (or 0x0ED349) is known color: Malachite. HEX triplet: 0E, D3 and 49. RGB value is (14,211,73). Sum of RGB (Red+Green+Blue) = 14+211+73=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 211 (82.81% from 255 or 70.81% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED349 is #F12CB6. Grayscale: #888888. Windows color (decimal): -15805623 or 4838158. OLE color: 4838158.

HSL color Cylindrical-coordinate representation of color #0ED349: hue angle of 137.97º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED349 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 211 73 -
CMYK 0.93 0 0.65 0.17
HSL 137.97º 0.88% 0.44% -
HSV(B) 137.97º 0.93% 0.83% -
XYZ 24.68 47.16 14.11 -
YUV 136.37 92.23 40.72 -
System Red Green Blue C M Y K H S L
Decimal 14 211 73 0.93 0 0.65 0.17 137.97 0.88 0.44
Hex E D3 49 5D 0 41 11 8A 58 2C
Octal 16 323 111 135 0 101 21 212 130 54
Binary 1110 11010011 1001001 1011101 0 1000001 10001 10001010 1011000 101100

Color Harmonies of #0ED349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED349

Black with #0ED349

Text Example


Text Example

White with #0ED349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,211,73); }

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

background-color css

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

 a { background-color: rgb(14,211,73); }

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

border-color css

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

 span { border-color: rgb(14,211,73); }

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