#12E73F

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

Shades of Malachite #12E73F

Tints of Malachite #12E73F

Color information

#12E73F (or 0x12E73F) is unknown color: approx Malachite. HEX triplet: 12, E7 and 3F. RGB value is (18,231,63). Sum of RGB (Red+Green+Blue) = 18+231+63=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 231 (90.62% from 255 or 74.04% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 231 - color contains mainly: green. Hex color #12E73F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E73F is #ED18C0. Grayscale: #949494. Windows color (decimal): -15538369 or 4187922. OLE color: 4187922.

HSL color Cylindrical-coordinate representation of color #12E73F: hue angle of 132.68º 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 #12E73F is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB1823163-
CMYK0.9200.730.09
HSL132.68º85.54%48.82%-
HSV(B)132.68º92.21%90.59%-
XYZ29.7257.6414.26-
YUV148.1679.9335.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.77%
GREEN value IS 231 (90.62% from 255) = 74.04%
BLUE value IS 63 (25% from 255) = 20.19%
R=5.77%
G=74.04%
B=20.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18231630.9200.730.09132.6885.5448.82
Hex12E73F5C0499855631
Octal223477713401111120512661
Binary10010111001111111111011100010010011001100001011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,231,63); }

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

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

 a { background-color: rgb(18,231,63); }

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

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

 span { border-color: rgb(18,231,63); }

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