#0EE56B

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

Shades of Malachite #0EE56B

Tints of Malachite #0EE56B

Color information

#0EE56B (or 0x0EE56B) is unknown color: approx Malachite. HEX triplet: 0E, E5 and 6B. RGB value is (14,229,107). Sum of RGB (Red+Green+Blue) = 14+229+107=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 229 (89.84% from 255 or 65.43% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE56B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE56B is #F11A94. Grayscale: #979797. Windows color (decimal): -15800981 or 7070990. OLE color: 7070990.

HSL color Cylindrical-coordinate representation of color #0EE56B: hue angle of 145.95º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE56B is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB14229107-
CMYK0.9400.530.10
HSL145.95º88.48%47.65%-
HSV(B)145.95º93.89%89.8%-
XYZ30.8557.1923.32-
YUV150.81103.2730.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4%
GREEN value IS 229 (89.84% from 255) = 65.43%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=4%
G=65.43%
B=30.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal142291070.9400.530.10145.9588.4847.65
HexEE56B5E035A925830
Octal163451531360651222213060
Binary1110111001011101011101111001101011010100100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,229,107); }

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

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

 a { background-color: rgb(14,229,107); }

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

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

 span { border-color: rgb(14,229,107); }

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