#0ED66F

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

Shades of Malachite #0ED66F

Tints of Malachite #0ED66F

Color information

#0ED66F (or 0x0ED66F) is unknown color: approx Malachite. HEX triplet: 0E, D6 and 6F. RGB value is (14,214,111). Sum of RGB (Red+Green+Blue) = 14+214+111=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED66F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED66F is #F12990. Grayscale: #8E8E8E. Windows color (decimal): -15804817 or 7329294. OLE color: 7329294.

HSL color Cylindrical-coordinate representation of color #0ED66F: hue angle of 149.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED66F is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB14214111-
CMYK0.9300.480.16
HSL149.1º87.72%44.71%-
HSV(B)149.1º93.46%83.92%-
XYZ27.149.3323.13-
YUV142.46110.2436.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.13%
GREEN value IS 214 (83.98% from 255) = 63.13%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=4.13%
G=63.13%
B=32.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142141110.9300.480.16149.187.7244.71
HexED66F5D0301095582d
Octal163261571350602022513055
Binary11101101011011011111011101011000010000100101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,214,111); }

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

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

 a { background-color: rgb(14,214,111); }

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

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

 span { border-color: rgb(14,214,111); }

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