#12DE69

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

Shades of Malachite #12DE69

Tints of Malachite #12DE69

Color information

#12DE69 (or 0x12DE69) is unknown color: approx Malachite. HEX triplet: 12, DE and 69. RGB value is (18,222,105). Sum of RGB (Red+Green+Blue) = 18+222+105=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 222 (87.11% from 255 or 64.35% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 222 - color contains mainly: green. Hex color #12DE69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DE69 is #ED2196. Grayscale: #939393. Windows color (decimal): -15540631 or 6938130. OLE color: 6938130.

HSL color Cylindrical-coordinate representation of color #12DE69: hue angle of 145.59º 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 #12DE69 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB18222105-
CMYK0.9200.530.13
HSL145.59º85%47.06%-
HSV(B)145.59º91.89%87.06%-
XYZ28.9253.3922.15-
YUV147.67103.9135.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.22%
GREEN value IS 222 (87.11% from 255) = 64.35%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=5.22%
G=64.35%
B=30.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182221050.9200.530.13145.598547.06
Hex12DE695C035D92552f
Octal223361511340651522212557
Binary10010110111101101001101110001101011101100100101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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