Html Css Color HEX #0ED66B Malachite

📋 copy color: '#0ED66B'

red 14 ◦ green 214 ◦ blue 107

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

Shades of Malachite #0ED66B

Tints of Malachite #0ED66B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.88%

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

R = 4.18%
G = 63.88%
B = 31.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#0ED66B (or 0x0ED66B) is known color: Malachite. HEX triplet: 0E, D6 and 6B. RGB value is (14,214,107). Sum of RGB (Red+Green+Blue) = 14+214+107=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED66B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED66B is #F12994. Grayscale: #8E8E8E. Windows color (decimal): -15804821 or 7067150. OLE color: 7067150.

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

Color convert

RGB 14 214 107 -
CMYK 0.93 0 0.50 0.16
HSL 147.9º 0.88% 0.45% -
HSV(B) 147.9º 0.93% 0.84% -
XYZ 26.88 49.25 22 -
YUV 142 108.24 36.7 -
System Red Green Blue C M Y K H S L
Decimal 14 214 107 0.93 0 0.50 0.16 147.9 0.88 0.45
Hex E D6 6B 5D 0 32 10 94 58 2D
Octal 16 326 153 135 0 62 20 224 130 55
Binary 1110 11010110 1101011 1011101 0 110010 10000 10010100 1011000 101101

Color Harmonies of #0ED66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED66B

Black with #0ED66B

Text Example


Text Example

White with #0ED66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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