#0ED863

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

Shades of Malachite #0ED863

Tints of Malachite #0ED863

Color information

#0ED863 (or 0x0ED863) is unknown color: approx Malachite. HEX triplet: 0E, D8 and 63. RGB value is (14,216,99). Sum of RGB (Red+Green+Blue) = 14+216+99=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED863 is #F1279C. Grayscale: #8E8E8E. Windows color (decimal): -15804317 or 6543374. OLE color: 6543374.

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

Color convert

RGB1421699-
CMYK0.9400.540.15
HSL145.25º87.83%45.1%-
HSV(B)145.25º93.52%84.71%-
XYZ26.9950.1120.05-
YUV142.26103.5836.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.26%
GREEN value IS 216 (84.77% from 255) = 65.65%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=4.26%
G=65.65%
B=30.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal14216990.9400.540.15145.2587.8345.1
HexED8635E036F91582d
Octal163301431360661722113055
Binary1110110110001100011101111001101101111100100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,216,99); }

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

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

 a { background-color: rgb(14,216,99); }

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

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

 span { border-color: rgb(14,216,99); }

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