#12C266

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

Shades of Malachite #12C266

Tints of Malachite #12C266

Color information

#12C266 (or 0x12C266) is unknown color: approx Malachite. HEX triplet: 12, C2 and 66. RGB value is (18,194,102). Sum of RGB (Red+Green+Blue) = 18+194+102=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #12C266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C266 is #ED3D99. Grayscale: #838383. Windows color (decimal): -15547802 or 6734354. OLE color: 6734354.

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

Color convert

RGB18194102-
CMYK0.9100.470.24
HSL148.64º83.02%41.57%-
HSV(B)148.64º90.72%76.08%-
XYZ21.9439.6719.07-
YUV130.89111.6947.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 194 (76.17% from 255) = 61.78%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=5.73%
G=61.78%
B=32.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181941020.9100.470.24148.6483.0241.57
Hex12C2665B02F1895532a
Octal223021461330573022512352
Binary100101100001011001101011011010111111000100101011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,194,102); }

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

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

 a { background-color: rgb(18,194,102); }

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

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

 span { border-color: rgb(18,194,102); }

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