Html Css Color HEX #0EE049 Malachite

📋 copy color: '#0EE049'

red 14 ◦ green 224 ◦ blue 73

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

Shades of Malachite #0EE049

Tints of Malachite #0EE049

RGB

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

 GREEN value IS 224 (87.89% from 255) = 72.03%

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

R = 4.5%
G = 72.03%
B = 23.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#0EE049 (or 0x0EE049) is known color: Malachite. HEX triplet: 0E, E0 and 49. RGB value is (14,224,73). Sum of RGB (Red+Green+Blue) = 14+224+73=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 224 (87.89% from 255 or 72.03% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE049 is #F11FB6. Grayscale: #909090. Windows color (decimal): -15802295 or 4841486. OLE color: 4841486.

HSL color Cylindrical-coordinate representation of color #0EE049: hue angle of 136.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE049 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 224 73 -
CMYK 0.94 0 0.67 0.12
HSL 136.86º 0.88% 0.47% -
HSV(B) 136.86º 0.94% 0.88% -
XYZ 28.04 53.89 15.23 -
YUV 144 87.93 35.28 -
System Red Green Blue C M Y K H S L
Decimal 14 224 73 0.94 0 0.67 0.12 136.86 0.88 0.47
Hex E E0 49 5E 0 43 C 89 58 2F
Octal 16 340 111 136 0 103 14 211 130 57
Binary 1110 11100000 1001001 1011110 0 1000011 1100 10001001 1011000 101111

Color Harmonies of #0EE049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE049

Black with #0EE049

Text Example


Text Example

White with #0EE049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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