Html Css Color HEX #0ED042 Malachite

📋 copy color: '#0ED042'

red 14 ◦ green 208 ◦ blue 66

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

Shades of Malachite #0ED042

Tints of Malachite #0ED042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 4.86%
G = 72.22%
B = 22.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#0ED042 (or 0x0ED042) is known color: Malachite. HEX triplet: 0E, D0 and 42. RGB value is (14,208,66). Sum of RGB (Red+Green+Blue) = 14+208+66=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 208 (81.64% from 255 or 72.22% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED042 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED042 is #F12FBD. Grayscale: #868686. Windows color (decimal): -15806398 or 4378638. OLE color: 4378638.

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

Color convert

RGB 14 208 66 -
CMYK 0.93 0 0.68 0.18
HSL 136.08º 0.87% 0.44% -
HSV(B) 136.08º 0.93% 0.82% -
XYZ 23.72 45.6 12.71 -
YUV 133.81 89.73 42.55 -
System Red Green Blue C M Y K H S L
Decimal 14 208 66 0.93 0 0.68 0.18 136.08 0.87 0.44
Hex E D0 42 5D 0 44 12 88 57 2C
Octal 16 320 102 135 0 104 22 210 127 54
Binary 1110 11010000 1000010 1011101 0 1000100 10010 10001000 1010111 101100

Color Harmonies of #0ED042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED042

Black with #0ED042

Text Example


Text Example

White with #0ED042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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