Html Css Color HEX #0EDC36 Malachite

📋 copy color: '#0EDC36'

red 14 ◦ green 220 ◦ blue 54

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

Shades of Malachite #0EDC36

Tints of Malachite #0EDC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 4.86%
G = 76.39%
B = 18.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#0EDC36 (or 0x0EDC36) is known color: Malachite. HEX triplet: 0E, DC and 36. RGB value is (14,220,54). Sum of RGB (Red+Green+Blue) = 14+220+54=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDC36 is #F123C9. Grayscale: #8B8B8B. Windows color (decimal): -15803338 or 3595278. OLE color: 3595278.

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

Color convert

RGB 14 220 54 -
CMYK 0.94 0 0.75 0.14
HSL 131.65º 0.88% 0.46% -
HSV(B) 131.65º 0.94% 0.86% -
XYZ 26.44 51.55 12.05 -
YUV 139.48 79.75 38.5 -
System Red Green Blue C M Y K H S L
Decimal 14 220 54 0.94 0 0.75 0.14 131.65 0.88 0.46
Hex E DC 36 5E 0 4B E 84 58 2E
Octal 16 334 66 136 0 113 16 204 130 56
Binary 1110 11011100 110110 1011110 0 1001011 1110 10000100 1011000 101110

Color Harmonies of #0EDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDC36

Black with #0EDC36

Text Example


Text Example

White with #0EDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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