#0EEC44

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

Shades of Malachite #0EEC44

Tints of Malachite #0EEC44

Color information

#0EEC44 (or 0x0EEC44) is unknown color: approx Malachite. HEX triplet: 0E, EC and 44. RGB value is (14,236,68). Sum of RGB (Red+Green+Blue) = 14+236+68=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 236 (92.58% from 255 or 74.21% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 236 - color contains mainly: green. Hex color #0EEC44 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEC44 is #F113BB. Grayscale: #969696. Windows color (decimal): -15799228 or 4516878. OLE color: 4516878.

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

Color convert

RGB1423668-
CMYK0.9400.710.07
HSL134.59º88.8%49.02%-
HSV(B)134.59º94.07%92.55%-
XYZ31.2260.515.5-
YUV150.4781.4530.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.40%
GREEN value IS 236 (92.58% from 255) = 74.21%
BLUE value IS 68 (26.95% from 255) = 21.38%
R=4.40%
G=74.21%
B=21.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14236680.9400.710.07134.5988.849.02
HexEEC445E0477875931
Octal163541041360107720713161
Binary1110111011001000100101111001000111111100001111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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