#12e832

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

Shades of Malachite #12E832

Tints of Malachite #12E832

Color information

#12E832 (or 0x12E832) is unknown color: approx Malachite. HEX triplet: 12, E8 and 32. RGB value is (18,232,50). Sum of RGB (Red+Green+Blue) = 18+232+50=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 232 (91.02% from 255 or 77.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 232 - color contains mainly: green. Hex color #12E832 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E832 is #ED17CD. Grayscale: #939393. Windows color (decimal): -15538126 or 3336210. OLE color: 3336210.

HSL color Cylindrical-coordinate representation of color #12E832: hue angle of 128.97º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E832 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB1823250-
CMYK0.9200.780.09
HSL128.97º85.6%49.02%-
HSV(B)128.97º92.24%90.98%-
XYZ29.6858.0712.66-
YUV147.2773.135.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 232 (91.02% from 255) = 77.33%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=6%
G=77.33%
B=16.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18232500.9200.780.09128.9785.649.02
Hex12E8325C04E9815631
Octal223506213401161120112661
Binary10010111010001100101011100010011101001100000011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12e832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,232,50); }

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

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

 a { background-color: rgb(18,232,50); }

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

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

 span { border-color: rgb(18,232,50); }

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