Html Css Color HEX #0ED86D Malachite

📋 copy color: '#0ED86D'

red 14 ◦ green 216 ◦ blue 109

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

Shades of Malachite #0ED86D

Tints of Malachite #0ED86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 63.72%

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 4.13%
G = 63.72%
B = 32.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#0ED86D (or 0x0ED86D) is known color: Malachite. HEX triplet: 0E, D8 and 6D. RGB value is (14,216,109). Sum of RGB (Red+Green+Blue) = 14+216+109=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED86D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED86D is #F12792. Grayscale: #8F8F8F. Windows color (decimal): -15804307 or 7198734. OLE color: 7198734.

HSL color Cylindrical-coordinate representation of color #0ED86D: hue angle of 148.22º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED86D is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 216 109 -
CMYK 0.94 0 0.50 0.15
HSL 148.22º 0.88% 0.45% -
HSV(B) 148.22º 0.94% 0.85% -
XYZ 27.5 50.31 22.73 -
YUV 143.4 108.58 35.7 -
System Red Green Blue C M Y K H S L
Decimal 14 216 109 0.94 0 0.50 0.15 148.22 0.88 0.45
Hex E D8 6D 5E 0 32 F 94 58 2D
Octal 16 330 155 136 0 62 17 224 130 55
Binary 1110 11011000 1101101 1011110 0 110010 1111 10010100 1011000 101101

Color Harmonies of #0ED86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED86D

Black with #0ED86D

Text Example


Text Example

White with #0ED86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,216,109); }

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

background-color css

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

 a { background-color: rgb(14,216,109); }

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

border-color css

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

 span { border-color: rgb(14,216,109); }

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