Html Css Color HEX #0EDE6F Malachite

📋 copy color: '#0EDE6F'

red 14 ◦ green 222 ◦ blue 111

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

Shades of Malachite #0EDE6F

Tints of Malachite #0EDE6F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.98%

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 4.03%
G = 63.98%
B = 31.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#0EDE6F (or 0x0EDE6F) is known color: Malachite. HEX triplet: 0E, DE and 6F. RGB value is (14,222,111). Sum of RGB (Red+Green+Blue) = 14+222+111=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 222 (87.11% from 255 or 63.98% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDE6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDE6F is #F12190. Grayscale: #939393. Windows color (decimal): -15802769 or 7331342. OLE color: 7331342.

HSL color Cylindrical-coordinate representation of color #0EDE6F: hue angle of 147.98º 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 #0EDE6F is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 222 111 -
CMYK 0.94 0 0.5 0.13
HSL 147.98º 0.88% 0.46% -
HSV(B) 147.98º 0.94% 0.87% -
XYZ 29.17 53.48 23.82 -
YUV 147.15 107.59 33.03 -
System Red Green Blue C M Y K H S L
Decimal 14 222 111 0.94 0 0.5 0.13 147.98 0.88 0.46
Hex E DE 6F 5E 0 32 D 94 58 2E
Octal 16 336 157 136 0 62 15 224 130 56
Binary 1110 11011110 1101111 1011110 0 110010 1101 10010100 1011000 101110

Color Harmonies of #0EDE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDE6F

Black with #0EDE6F

Text Example


Text Example

White with #0EDE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,222,111); }

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

background-color css

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

 a { background-color: rgb(14,222,111); }

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

border-color css

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

 span { border-color: rgb(14,222,111); }

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