Html Css Color HEX #0ED756 Malachite

📋 copy color: '#0ED756'

red 14 ◦ green 215 ◦ blue 86

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

Shades of Malachite #0ED756

Tints of Malachite #0ED756

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.25%

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 4.44%
G = 68.25%
B = 27.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#0ED756 (or 0x0ED756) is known color: Malachite. HEX triplet: 0E, D7 and 56. RGB value is (14,215,86). Sum of RGB (Red+Green+Blue) = 14+215+86=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 215 (84.38% from 255 or 68.25% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED756 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED756 is #F128A9. Grayscale: #8C8C8C. Windows color (decimal): -15804586 or 5691150. OLE color: 5691150.

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

Color convert

RGB 14 215 86 -
CMYK 0.93 0 0.6 0.16
HSL 141.49º 0.88% 0.45% -
HSV(B) 141.49º 0.93% 0.84% -
XYZ 26.16 49.37 16.95 -
YUV 140.2 97.41 37.99 -
System Red Green Blue C M Y K H S L
Decimal 14 215 86 0.93 0 0.6 0.16 141.49 0.88 0.45
Hex E D7 56 5D 0 3C 10 8D 58 2D
Octal 16 327 126 135 0 74 20 215 130 55
Binary 1110 11010111 1010110 1011101 0 111100 10000 10001101 1011000 101101

Color Harmonies of #0ED756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED756

Black with #0ED756

Text Example


Text Example

White with #0ED756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,215,86); }

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

background-color css

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

 a { background-color: rgb(14,215,86); }

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

border-color css

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

 span { border-color: rgb(14,215,86); }

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