Html Css Color HEX #0ED742 Malachite

📋 copy color: '#0ED742'

red 14 ◦ green 215 ◦ blue 66

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

Shades of Malachite #0ED742

Tints of Malachite #0ED742

RGB

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

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

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

R = 4.75%
G = 72.88%
B = 22.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#0ED742 (or 0x0ED742) is known color: Malachite. HEX triplet: 0E, D7 and 42. RGB value is (14,215,66). Sum of RGB (Red+Green+Blue) = 14+215+66=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 215 (84.38% from 255 or 72.88% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED742 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED742 is #F128BD. Grayscale: #8A8A8A. Windows color (decimal): -15804606 or 4380430. OLE color: 4380430.

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

Color convert

RGB 14 215 66 -
CMYK 0.93 0 0.69 0.16
HSL 135.52º 0.88% 0.45% -
HSV(B) 135.52º 0.93% 0.84% -
XYZ 25.46 49.09 13.29 -
YUV 137.92 87.41 39.62 -
System Red Green Blue C M Y K H S L
Decimal 14 215 66 0.93 0 0.69 0.16 135.52 0.88 0.45
Hex E D7 42 5D 0 45 10 88 58 2D
Octal 16 327 102 135 0 105 20 210 130 55
Binary 1110 11010111 1000010 1011101 0 1000101 10000 10001000 1011000 101101

Color Harmonies of #0ED742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED742

Black with #0ED742

Text Example


Text Example

White with #0ED742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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