Html Css Color HEX #0EDA36 Malachite

📋 copy color: '#0EDA36'

red 14 ◦ green 218 ◦ blue 54

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

Shades of Malachite #0EDA36

Tints of Malachite #0EDA36

RGB

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

 GREEN value IS 218 (85.55% from 255) = 76.22%

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

R = 4.9%
G = 76.22%
B = 18.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#0EDA36 (or 0x0EDA36) is known color: Malachite. HEX triplet: 0E, DA and 36. RGB value is (14,218,54). Sum of RGB (Red+Green+Blue) = 14+218+54=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 218 (85.55% from 255 or 76.22% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDA36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDA36 is #F125C9. Grayscale: #8A8A8A. Windows color (decimal): -15803850 or 3594766. OLE color: 3594766.

HSL color Cylindrical-coordinate representation of color #0EDA36: hue angle of 131.76º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDA36 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 218 54 -
CMYK 0.94 0 0.75 0.15
HSL 131.76º 0.88% 0.45% -
HSV(B) 131.76º 0.94% 0.85% -
XYZ 25.92 50.5 11.87 -
YUV 138.31 80.41 39.34 -
System Red Green Blue C M Y K H S L
Decimal 14 218 54 0.94 0 0.75 0.15 131.76 0.88 0.45
Hex E DA 36 5E 0 4B F 84 58 2D
Octal 16 332 66 136 0 113 17 204 130 55
Binary 1110 11011010 110110 1011110 0 1001011 1111 10000100 1011000 101101

Color Harmonies of #0EDA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDA36

Black with #0EDA36

Text Example


Text Example

White with #0EDA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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