#12DE66

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

Shades of Malachite #12DE66

Tints of Malachite #12DE66

Color information

#12DE66 (or 0x12DE66) is unknown color: approx Malachite. HEX triplet: 12, DE and 66. RGB value is (18,222,102). Sum of RGB (Red+Green+Blue) = 18+222+102=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #12DE66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DE66 is #ED2199. Grayscale: #939393. Windows color (decimal): -15540634 or 6741522. OLE color: 6741522.

HSL color Cylindrical-coordinate representation of color #12DE66: hue angle of 144.71º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DE66 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB18222102-
CMYK0.9200.540.13
HSL144.71º85%47.06%-
HSV(B)144.71º91.89%87.06%-
XYZ28.7753.3321.35-
YUV147.32102.4135.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.26%
GREEN value IS 222 (87.11% from 255) = 64.91%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=5.26%
G=64.91%
B=29.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182221020.9200.540.13144.718547.06
Hex12DE665C036D91552f
Octal223361461340661522112557
Binary10010110111101100110101110001101101101100100011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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