Html Css Color HEX #0EDC41 Malachite

📋 copy color: '#0EDC41'

red 14 ◦ green 220 ◦ blue 65

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

Shades of Malachite #0EDC41

Tints of Malachite #0EDC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 4.68%
G = 73.58%
B = 21.74%

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

#0EDC41 (or 0x0EDC41) is known color: Malachite. HEX triplet: 0E, DC and 41. RGB value is (14,220,65). Sum of RGB (Red+Green+Blue) = 14+220+65=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 220 (86.33% from 255 or 73.58% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDC41 is #F123BE. Grayscale: #8D8D8D. Windows color (decimal): -15803327 or 4316174. OLE color: 4316174.

HSL color Cylindrical-coordinate representation of color #0EDC41: hue angle of 134.85º 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 #0EDC41 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 220 65 -
CMYK 0.94 0 0.70 0.14
HSL 134.85º 0.88% 0.46% -
HSV(B) 134.85º 0.94% 0.86% -
XYZ 26.73 51.66 13.56 -
YUV 140.74 85.25 37.6 -
System Red Green Blue C M Y K H S L
Decimal 14 220 65 0.94 0 0.70 0.14 134.85 0.88 0.46
Hex E DC 41 5E 0 46 E 87 58 2E
Octal 16 334 101 136 0 106 16 207 130 56
Binary 1110 11011100 1000001 1011110 0 1000110 1110 10000111 1011000 101110

Color Harmonies of #0EDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDC41

Black with #0EDC41

Text Example


Text Example

White with #0EDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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