#0EEC5B

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

Shades of Malachite #0EEC5B

Tints of Malachite #0EEC5B

Color information

#0EEC5B (or 0x0EEC5B) is unknown color: approx Malachite. HEX triplet: 0E, EC and 5B. RGB value is (14,236,91). Sum of RGB (Red+Green+Blue) = 14+236+91=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 236 (92.58% from 255 or 69.21% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 236 - color contains mainly: green. Hex color #0EEC5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEC5B is #F113A4. Grayscale: #999999. Windows color (decimal): -15799205 or 6024206. OLE color: 6024206.

HSL color Cylindrical-coordinate representation of color #0EEC5B: hue angle of 140.81º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEC5B is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB1423691-
CMYK0.9400.610.07
HSL140.81º88.8%49.02%-
HSV(B)140.81º94.07%92.55%-
XYZ32.0660.8419.95-
YUV153.0992.9528.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.11%
GREEN value IS 236 (92.58% from 255) = 69.21%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=4.11%
G=69.21%
B=26.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14236910.9400.610.07140.8188.849.02
HexEEC5B5E03D78d5931
Octal16354133136075721513161
Binary111011101100101101110111100111101111100011011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,236,91); }

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

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

 a { background-color: rgb(14,236,91); }

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

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

 span { border-color: rgb(14,236,91); }

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