#0EDE39

Color #0EDE39 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0EDE39

Tints of Malachite #0EDE39

Color information

#0EDE39 (or 0x0EDE39) is unknown color: approx Malachite. HEX triplet: 0E, DE and 39. RGB value is (14,222,57). Sum of RGB (Red+Green+Blue) = 14+222+57=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 222 (87.11% from 255 or 75.77% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDE39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDE39 is #F121C6. Grayscale: #8D8D8D. Windows color (decimal): -15802823 or 3792398. OLE color: 3792398.

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

Color convert

RGB1422257-
CMYK0.9400.740.13
HSL132.4º88.14%46.27%-
HSV(B)132.4º93.69%87.06%-
XYZ27.0452.6312.6-
YUV14180.5937.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.78%
GREEN value IS 222 (87.11% from 255) = 75.77%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=4.78%
G=75.77%
B=19.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14222570.9400.740.13132.488.1446.27
HexEDE395E04AD84582e
Octal163367113601121520413056
Binary1110110111101110011011110010010101101100001001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,222,57); }

 H1.HeaderClassName
 {
   color: #0EDE39;
 }
 .AnyTagClassName
 {
   color: #0EDE39;
 }
</style>
background-color css

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

 a { background-color: rgb(14,222,57); }

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

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

 span { border-color: rgb(14,222,57); }

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