#12DD60

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

Shades of Malachite #12DD60

Tints of Malachite #12DD60

Color information

#12DD60 (or 0x12DD60) is unknown color: approx Malachite. HEX triplet: 12, DD and 60. RGB value is (18,221,96). Sum of RGB (Red+Green+Blue) = 18+221+96=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DD60 is #ED229F. Grayscale: #929292. Windows color (decimal): -15540896 or 6348050. OLE color: 6348050.

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

Color convert

RGB1822196-
CMYK0.9200.570.13
HSL143.05º84.94%46.86%-
HSV(B)143.05º91.86%86.67%-
XYZ28.2252.6919.75-
YUV146.0599.7536.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.37%
GREEN value IS 221 (86.72% from 255) = 65.97%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=5.37%
G=65.97%
B=28.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18221960.9200.570.13143.0584.9446.86
Hex12DD605C039D8f552f
Octal223351401340711521712557
Binary10010110111011100000101110001110011101100011111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,221,96); }

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

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

 a { background-color: rgb(18,221,96); }

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

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

 span { border-color: rgb(18,221,96); }

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