#0EE066

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

Shades of Malachite #0EE066

Tints of Malachite #0EE066

Color information

#0EE066 (or 0x0EE066) is unknown color: approx Malachite. HEX triplet: 0E, E0 and 66. RGB value is (14,224,102). Sum of RGB (Red+Green+Blue) = 14+224+102=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 224 (87.89% from 255 or 65.88% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE066 is #F11F99. Grayscale: #939393. Windows color (decimal): -15802266 or 6742030. OLE color: 6742030.

HSL color Cylindrical-coordinate representation of color #0EE066: hue angle of 145.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE066 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB14224102-
CMYK0.9400.540.12
HSL145.14º88.24%46.67%-
HSV(B)145.14º93.75%87.84%-
XYZ29.2454.3621.52-
YUV147.3102.4332.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.12%
GREEN value IS 224 (87.89% from 255) = 65.88%
BLUE value IS 102 (40.23% from 255) = 30%
R=4.12%
G=65.88%
B=30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal142241020.9400.540.12145.1488.2446.67
HexEE0665E036C91582f
Octal163401461360661422113057
Binary1110111000001100110101111001101101100100100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,224,102); }

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

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

 a { background-color: rgb(14,224,102); }

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

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

 span { border-color: rgb(14,224,102); }

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