#0ED33F

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

Shades of Malachite #0ED33F

Tints of Malachite #0ED33F

Color information

#0ED33F (or 0x0ED33F) is unknown color: approx Malachite. HEX triplet: 0E, D3 and 3F. RGB value is (14,211,63). Sum of RGB (Red+Green+Blue) = 14+211+63=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 211 (82.81% from 255 or 73.26% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED33F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED33F is #F12CC0. Grayscale: #878787. Windows color (decimal): -15805633 or 4182798. OLE color: 4182798.

HSL color Cylindrical-coordinate representation of color #0ED33F: hue angle of 134.92º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED33F is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB1421163-
CMYK0.9300.700.17
HSL134.92º87.56%44.12%-
HSV(B)134.92º93.36%82.75%-
XYZ24.3747.0412.5-
YUV135.2287.2341.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.86%
GREEN value IS 211 (82.81% from 255) = 73.26%
BLUE value IS 63 (25% from 255) = 21.88%
R=4.86%
G=73.26%
B=21.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal14211630.9300.700.17134.9287.5644.12
HexED33F5D0461187582c
Octal163237713501062120713054
Binary11101101001111111110111010100011010001100001111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,211,63); }

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

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

 a { background-color: rgb(14,211,63); }

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

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

 span { border-color: rgb(14,211,63); }

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