Html Css Color HEX #0ED86B Malachite

📋 copy color: '#0ED86B'

red 14 ◦ green 216 ◦ blue 107

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

Shades of Malachite #0ED86B

Tints of Malachite #0ED86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 4.15%
G = 64.09%
B = 31.75%

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

#0ED86B (or 0x0ED86B) is known color: Malachite. HEX triplet: 0E, D8 and 6B. RGB value is (14,216,107). Sum of RGB (Red+Green+Blue) = 14+216+107=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED86B is #F12794. Grayscale: #8F8F8F. Windows color (decimal): -15804309 or 7067662. OLE color: 7067662.

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

Color convert

RGB 14 216 107 -
CMYK 0.94 0 0.50 0.15
HSL 147.62º 0.88% 0.45% -
HSV(B) 147.62º 0.94% 0.85% -
XYZ 27.39 50.27 22.17 -
YUV 143.18 107.58 35.86 -
System Red Green Blue C M Y K H S L
Decimal 14 216 107 0.94 0 0.50 0.15 147.62 0.88 0.45
Hex E D8 6B 5E 0 32 F 94 58 2D
Octal 16 330 153 136 0 62 17 224 130 55
Binary 1110 11011000 1101011 1011110 0 110010 1111 10010100 1011000 101101

Color Harmonies of #0ED86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED86B

Black with #0ED86B

Text Example


Text Example

White with #0ED86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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