#12C86C

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

Shades of Malachite #12C86C

Tints of Malachite #12C86C

Color information

#12C86C (or 0x12C86C) is unknown color: approx Malachite. HEX triplet: 12, C8 and 6C. RGB value is (18,200,108). Sum of RGB (Red+Green+Blue) = 18+200+108=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 200 (78.52% from 255 or 61.35% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 200 - color contains mainly: green. Hex color #12C86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C86C is #ED3793. Grayscale: #878787. Windows color (decimal): -15546260 or 7129106. OLE color: 7129106.

HSL color Cylindrical-coordinate representation of color #12C86C: hue angle of 149.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C86C is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB18200108-
CMYK0.9100.460.22
HSL149.67º83.49%42.75%-
HSV(B)149.67º91%78.43%-
XYZ23.6142.5221.15-
YUV135.09112.744.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 200 (78.52% from 255) = 61.35%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=5.52%
G=61.35%
B=33.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182001080.9100.460.22149.6783.4942.75
Hex12C86C5B02E1696532b
Octal223101541330562622612353
Binary100101100100011011001011011010111010110100101101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,200,108); }

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

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

 a { background-color: rgb(18,200,108); }

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

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

 span { border-color: rgb(18,200,108); }

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