Html Css Color HEX #0ED671 Malachite

📋 copy color: '#0ED671'

red 14 ◦ green 214 ◦ blue 113

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

Shades of Malachite #0ED671

Tints of Malachite #0ED671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 4.11%
G = 62.76%
B = 33.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#0ED671 (or 0x0ED671) is known color: Malachite. HEX triplet: 0E, D6 and 71. RGB value is (14,214,113). Sum of RGB (Red+Green+Blue) = 14+214+113=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED671 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED671 is #F1298E. Grayscale: #8E8E8E. Windows color (decimal): -15804815 or 7460366. OLE color: 7460366.

HSL color Cylindrical-coordinate representation of color #0ED671: hue angle of 149.7º 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 #0ED671 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 214 113 -
CMYK 0.93 0 0.47 0.16
HSL 149.7º 0.88% 0.45% -
HSV(B) 149.7º 0.93% 0.84% -
XYZ 27.21 49.38 23.72 -
YUV 142.69 111.24 36.21 -
System Red Green Blue C M Y K H S L
Decimal 14 214 113 0.93 0 0.47 0.16 149.7 0.88 0.45
Hex E D6 71 5D 0 2F 10 96 58 2D
Octal 16 326 161 135 0 57 20 226 130 55
Binary 1110 11010110 1110001 1011101 0 101111 10000 10010110 1011000 101101

Color Harmonies of #0ED671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED671

Black with #0ED671

Text Example


Text Example

White with #0ED671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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