#12ED44

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

Shades of Malachite #12ED44

Tints of Malachite #12ED44

Color information

#12ED44 (or 0x12ED44) is unknown color: approx Malachite. HEX triplet: 12, ED and 44. RGB value is (18,237,68). Sum of RGB (Red+Green+Blue) = 18+237+68=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 237 (92.97% from 255 or 73.37% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 237 - color contains mainly: green. Hex color #12ED44 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12ED44 is #ED12BB. Grayscale: #989898. Windows color (decimal): -15536828 or 4517138. OLE color: 4517138.

HSL color Cylindrical-coordinate representation of color #12ED44: hue angle of 133.7º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ED44 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB1823768-
CMYK0.9200.710.07
HSL133.7º85.88%50%-
HSV(B)133.7º92.41%92.94%-
XYZ31.5861.1115.6-
YUV152.2580.4532.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.57%
GREEN value IS 237 (92.97% from 255) = 73.37%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=5.57%
G=73.37%
B=21.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18237680.9200.710.07133.785.8850
Hex12ED445C0477865632
Octal223551041340107720612662
Binary10010111011011000100101110001000111111100001101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12ED44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12ED44; }

 p { color: rgb(18,237,68); }

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

<style>
 a { background-color: #12ED44; }

 a { background-color: rgb(18,237,68); }

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

<style>
 span { border-color: #12ED44; }

 span { border-color: rgb(18,237,68); }

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