#0EE332

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

Shades of Malachite #0EE332

Tints of Malachite #0EE332

Color information

#0EE332 (or 0x0EE332) is unknown color: approx Malachite. HEX triplet: 0E, E3 and 32. RGB value is (14,227,50). Sum of RGB (Red+Green+Blue) = 14+227+50=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 227 (89.06% from 255 or 78.01% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 227 - color contains mainly: green. Hex color #0EE332 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE332 is #F11CCD. Grayscale: #8F8F8F. Windows color (decimal): -15801550 or 3334926. OLE color: 3334926.

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

Color convert

RGB1422750-
CMYK0.9400.780.11
HSL130.14º88.38%47.25%-
HSV(B)130.14º93.83%89.02%-
XYZ28.2355.2612.2-
YUV143.1475.4335.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.81%
GREEN value IS 227 (89.06% from 255) = 78.01%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=4.81%
G=78.01%
B=17.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14227500.9400.780.11130.1488.3847.25
HexEE3325E04EB82582f
Octal163436213601161320213057
Binary1110111000111100101011110010011101011100000101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,227,50); }

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

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

 a { background-color: rgb(14,227,50); }

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

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

 span { border-color: rgb(14,227,50); }

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