#0EE56A

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

Shades of Malachite #0EE56A

Tints of Malachite #0EE56A

Color information

#0EE56A (or 0x0EE56A) is unknown color: approx Malachite. HEX triplet: 0E, E5 and 6A. RGB value is (14,229,106). Sum of RGB (Red+Green+Blue) = 14+229+106=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 229 (89.84% from 255 or 65.62% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE56A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE56A is #F11A95. Grayscale: #969696. Windows color (decimal): -15800982 or 7005454. OLE color: 7005454.

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

Color convert

RGB14229106-
CMYK0.9400.540.10
HSL145.67º88.48%47.65%-
HSV(B)145.67º93.89%89.8%-
XYZ30.857.1723.05-
YUV150.69102.7730.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.01%
GREEN value IS 229 (89.84% from 255) = 65.62%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=4.01%
G=65.62%
B=30.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal142291060.9400.540.10145.6788.4847.65
HexEE56A5E036A925830
Octal163451521360661222213060
Binary1110111001011101010101111001101101010100100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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