Html Css Color HEX #0ED060 Malachite

📋 copy color: '#0ED060'

red 14 ◦ green 208 ◦ blue 96

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

Shades of Malachite #0ED060

Tints of Malachite #0ED060

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.41%

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 4.4%
G = 65.41%
B = 30.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#0ED060 (or 0x0ED060) is known color: Malachite. HEX triplet: 0E, D0 and 60. RGB value is (14,208,96). Sum of RGB (Red+Green+Blue) = 14+208+96=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED060 is #F12F9F. Grayscale: #898989. Windows color (decimal): -15806368 or 6344718. OLE color: 6344718.

HSL color Cylindrical-coordinate representation of color #0ED060: hue angle of 145.36º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED060 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 208 96 -
CMYK 0.93 0 0.54 0.18
HSL 145.36º 0.87% 0.44% -
HSV(B) 145.36º 0.93% 0.82% -
XYZ 24.85 46.05 18.65 -
YUV 137.23 104.73 40.11 -
System Red Green Blue C M Y K H S L
Decimal 14 208 96 0.93 0 0.54 0.18 145.36 0.87 0.44
Hex E D0 60 5D 0 36 12 91 57 2C
Octal 16 320 140 135 0 66 22 221 127 54
Binary 1110 11010000 1100000 1011101 0 110110 10010 10010001 1010111 101100

Color Harmonies of #0ED060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED060

Black with #0ED060

Text Example


Text Example

White with #0ED060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,208,96); }

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

background-color css

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

 a { background-color: rgb(14,208,96); }

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

border-color css

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

 span { border-color: rgb(14,208,96); }

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