#12C156

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

Shades of Malachite #12C156

Tints of Malachite #12C156

Color information

#12C156 (or 0x12C156) is unknown color: approx Malachite. HEX triplet: 12, C1 and 56. RGB value is (18,193,86). Sum of RGB (Red+Green+Blue) = 18+193+86=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #12C156 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C156 is #ED3EA9. Grayscale: #808080. Windows color (decimal): -15548074 or 5685522. OLE color: 5685522.

HSL color Cylindrical-coordinate representation of color #12C156: hue angle of 143.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C156 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1819386-
CMYK0.9100.550.24
HSL143.31º82.94%41.37%-
HSV(B)143.31º90.67%75.69%-
XYZ2138.9415.21-
YUV128.48104.0249.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 193 (75.78% from 255) = 64.98%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=6.06%
G=64.98%
B=28.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18193860.9100.550.24143.3182.9441.37
Hex12C1565B037188f5329
Octal223011261330673021712351
Binary100101100000110101101011011011011111000100011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,193,86); }

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

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

 a { background-color: rgb(18,193,86); }

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

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

 span { border-color: rgb(18,193,86); }

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