Html Css Color HEX #0EDC43 Malachite

📋 copy color: '#0EDC43'

red 14 ◦ green 220 ◦ blue 67

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

Shades of Malachite #0EDC43

Tints of Malachite #0EDC43

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.09%

 BLUE value IS 67 (26.56% from 255) = 22.26%

R = 4.65%
G = 73.09%
B = 22.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#0EDC43 (or 0x0EDC43) is known color: Malachite. HEX triplet: 0E, DC and 43. RGB value is (14,220,67). Sum of RGB (Red+Green+Blue) = 14+220+67=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDC43 is #F123BC. Grayscale: #8D8D8D. Windows color (decimal): -15803325 or 4447246. OLE color: 4447246.

HSL color Cylindrical-coordinate representation of color #0EDC43: hue angle of 135.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC43 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 220 67 -
CMYK 0.94 0 0.70 0.14
HSL 135.44º 0.88% 0.46% -
HSV(B) 135.44º 0.94% 0.86% -
XYZ 26.79 51.69 13.87 -
YUV 140.96 86.25 37.44 -
System Red Green Blue C M Y K H S L
Decimal 14 220 67 0.94 0 0.70 0.14 135.44 0.88 0.46
Hex E DC 43 5E 0 46 E 87 58 2E
Octal 16 334 103 136 0 106 16 207 130 56
Binary 1110 11011100 1000011 1011110 0 1000110 1110 10000111 1011000 101110

Color Harmonies of #0EDC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDC43

Black with #0EDC43

Text Example


Text Example

White with #0EDC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,220,67); }

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

background-color css

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

 a { background-color: rgb(14,220,67); }

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

border-color css

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

 span { border-color: rgb(14,220,67); }

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