#0ed157

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

Shades of Malachite #0ED157

Tints of Malachite #0ED157

Color information

#0ED157 (or 0x0ED157) is unknown color: approx Malachite. HEX triplet: 0E, D1 and 57. RGB value is (14,209,87). Sum of RGB (Red+Green+Blue) = 14+209+87=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 209 (82.03% from 255 or 67.42% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED157 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED157 is #F12EA8. Grayscale: #898989. Windows color (decimal): -15806121 or 5755150. OLE color: 5755150.

HSL color Cylindrical-coordinate representation of color #0ED157: hue angle of 142.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED157 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB1420987-
CMYK0.9300.580.18
HSL142.46º87.44%43.73%-
HSV(B)142.46º93.3%81.96%-
XYZ24.746.3816.67-
YUV136.7999.940.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.52%
GREEN value IS 209 (82.03% from 255) = 67.42%
BLUE value IS 87 (34.38% from 255) = 28.06%
R=4.52%
G=67.42%
B=28.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14209870.9300.580.18142.4687.4443.73
HexED1575D03A128e572c
Octal163211271350722221612754
Binary11101101000110101111011101011101010010100011101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ed157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,209,87); }

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

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

 a { background-color: rgb(14,209,87); }

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

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

 span { border-color: rgb(14,209,87); }

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