#0EDC51

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

Shades of Malachite #0EDC51

Tints of Malachite #0EDC51

Color information

#0EDC51 (or 0x0EDC51) is unknown color: approx Malachite. HEX triplet: 0E, DC and 51. RGB value is (14,220,81). Sum of RGB (Red+Green+Blue) = 14+220+81=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDC51 is #F123AE. Grayscale: #8E8E8E. Windows color (decimal): -15803311 or 5364750. OLE color: 5364750.

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

Color convert

RGB1422081-
CMYK0.9400.630.14
HSL139.51º88.03%45.88%-
HSV(B)139.51º93.64%86.27%-
XYZ27.2651.8716.36-
YUV142.5693.2536.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.44%
GREEN value IS 220 (86.33% from 255) = 69.84%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=4.44%
G=69.84%
B=25.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14220810.9400.630.14139.5188.0345.88
HexEDC515E03FE8c582e
Octal163341211360771621413056
Binary1110110111001010001101111001111111110100011001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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