Html Css Color HEX #0ED86C Malachite

📋 copy color: '#0ED86C'

red 14 ◦ green 216 ◦ blue 108

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

Shades of Malachite #0ED86C

Tints of Malachite #0ED86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 4.14%
G = 63.91%
B = 31.95%

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

#0ED86C (or 0x0ED86C) is known color: Malachite. HEX triplet: 0E, D8 and 6C. RGB value is (14,216,108). Sum of RGB (Red+Green+Blue) = 14+216+108=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 216 (84.77% from 255 or 63.91% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED86C is #F12793. Grayscale: #8F8F8F. Windows color (decimal): -15804308 or 7133198. OLE color: 7133198.

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

Color convert

RGB 14 216 108 -
CMYK 0.94 0 0.50 0.15
HSL 147.92º 0.88% 0.45% -
HSV(B) 147.92º 0.94% 0.85% -
XYZ 27.44 50.29 22.45 -
YUV 143.29 108.08 35.78 -
System Red Green Blue C M Y K H S L
Decimal 14 216 108 0.94 0 0.50 0.15 147.92 0.88 0.45
Hex E D8 6C 5E 0 32 F 94 58 2D
Octal 16 330 154 136 0 62 17 224 130 55
Binary 1110 11011000 1101100 1011110 0 110010 1111 10010100 1011000 101101

Color Harmonies of #0ED86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED86C

Black with #0ED86C

Text Example


Text Example

White with #0ED86C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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