#12D967

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

Shades of Malachite #12D967

Tints of Malachite #12D967

Color information

#12D967 (or 0x12D967) is unknown color: approx Malachite. HEX triplet: 12, D9 and 67. RGB value is (18,217,103). Sum of RGB (Red+Green+Blue) = 18+217+103=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 217 (85.16% from 255 or 64.20% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 217 - color contains mainly: green. Hex color #12D967 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D967 is #ED2698. Grayscale: #909090. Windows color (decimal): -15541913 or 6805778. OLE color: 6805778.

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

Color convert

RGB18217103-
CMYK0.9200.530.15
HSL145.63º84.68%46.08%-
HSV(B)145.63º91.71%85.1%-
XYZ27.5150.7321.17-
YUV144.5104.5737.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.33%
GREEN value IS 217 (85.16% from 255) = 64.20%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=5.33%
G=64.20%
B=30.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182171030.9200.530.15145.6384.6846.08
Hex12D9675C035F92552e
Octal223311471340651722212556
Binary10010110110011100111101110001101011111100100101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,217,103); }

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

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

 a { background-color: rgb(18,217,103); }

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

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

 span { border-color: rgb(18,217,103); }

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