Html Css Color HEX #0ED874 Malachite

📋 copy color: '#0ED874'

red 14 ◦ green 216 ◦ blue 116

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

Shades of Malachite #0ED874

Tints of Malachite #0ED874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 4.05%
G = 62.43%
B = 33.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#0ED874 (or 0x0ED874) is known color: Malachite. HEX triplet: 0E, D8 and 74. RGB value is (14,216,116). Sum of RGB (Red+Green+Blue) = 14+216+116=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 216 (84.77% from 255 or 62.43% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED874 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED874 is #F1278B. Grayscale: #909090. Windows color (decimal): -15804300 or 7657486. OLE color: 7657486.

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

Color convert

RGB 14 216 116 -
CMYK 0.94 0 0.46 0.15
HSL 150.3º 0.88% 0.45% -
HSV(B) 150.3º 0.94% 0.85% -
XYZ 27.89 50.47 24.79 -
YUV 144.2 112.08 35.13 -
System Red Green Blue C M Y K H S L
Decimal 14 216 116 0.94 0 0.46 0.15 150.3 0.88 0.45
Hex E D8 74 5E 0 2E F 96 58 2D
Octal 16 330 164 136 0 56 17 226 130 55
Binary 1110 11011000 1110100 1011110 0 101110 1111 10010110 1011000 101101

Color Harmonies of #0ED874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED874

Black with #0ED874

Text Example


Text Example

White with #0ED874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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