#12D76C

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

Shades of Malachite #12D76C

Tints of Malachite #12D76C

Color information

#12D76C (or 0x12D76C) is unknown color: approx Malachite. HEX triplet: 12, D7 and 6C. RGB value is (18,215,108). Sum of RGB (Red+Green+Blue) = 18+215+108=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #12D76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D76C is #ED2893. Grayscale: #909090. Windows color (decimal): -15542420 or 7132946. OLE color: 7132946.

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

Color convert

RGB18215108-
CMYK0.9200.500.16
HSL147.41º84.55%45.69%-
HSV(B)147.41º91.63%84.31%-
XYZ27.2649.8122.37-
YUV143.9107.7338.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.28%
GREEN value IS 215 (84.38% from 255) = 63.05%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=5.28%
G=63.05%
B=31.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182151080.9200.500.16147.4184.5545.69
Hex12D76C5C0321093552e
Octal223271541340622022312556
Binary100101101011111011001011100011001010000100100111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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