#0ED761

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

Shades of Malachite #0ED761

Tints of Malachite #0ED761

Color information

#0ED761 (or 0x0ED761) is unknown color: approx Malachite. HEX triplet: 0E, D7 and 61. RGB value is (14,215,97). Sum of RGB (Red+Green+Blue) = 14+215+97=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED761 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED761 is #F1289E. Grayscale: #8D8D8D. Windows color (decimal): -15804575 or 6412046. OLE color: 6412046.

HSL color Cylindrical-coordinate representation of color #0ED761: hue angle of 144.78º 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 #0ED761 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB1421597-
CMYK0.9300.550.16
HSL144.78º87.77%44.9%-
HSV(B)144.78º93.49%84.31%-
XYZ26.6449.5619.47-
YUV141.45102.9137.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.29%
GREEN value IS 215 (84.38% from 255) = 65.95%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=4.29%
G=65.95%
B=29.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14215970.9300.550.16144.7887.7744.9
HexED7615D0371091582d
Octal163271411350672022113055
Binary11101101011111000011011101011011110000100100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,215,97); }

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

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

 a { background-color: rgb(14,215,97); }

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

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

 span { border-color: rgb(14,215,97); }

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