#12E171

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

Shades of Malachite #12E171

Tints of Malachite #12E171

Color information

#12E171 (or 0x12E171) is unknown color: approx Malachite. HEX triplet: 12, E1 and 71. RGB value is (18,225,113). Sum of RGB (Red+Green+Blue) = 18+225+113=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 225 (88.28% from 255 or 63.20% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 225 - color contains mainly: green. Hex color #12E171 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E171 is #ED1E8E. Grayscale: #969696. Windows color (decimal): -15539855 or 7463186. OLE color: 7463186.

HSL color Cylindrical-coordinate representation of color #12E171: hue angle of 147.54º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E171 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB18225113-
CMYK0.9200.500.12
HSL147.54º85.19%47.65%-
HSV(B)147.54º92%88.24%-
XYZ30.1655.1724.68-
YUV150.34106.9233.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.06%
GREEN value IS 225 (88.28% from 255) = 63.20%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=5.06%
G=63.20%
B=31.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182251130.9200.500.12147.5485.1947.65
Hex12E1715C032C945530
Octal223411611340621422412560
Binary10010111000011110001101110001100101100100101001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,225,113); }

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

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

 a { background-color: rgb(18,225,113); }

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

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

 span { border-color: rgb(18,225,113); }

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