#12D442

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

Shades of Malachite #12D442

Tints of Malachite #12D442

Color information

#12D442 (or 0x12D442) is unknown color: approx Malachite. HEX triplet: 12, D4 and 42. RGB value is (18,212,66). Sum of RGB (Red+Green+Blue) = 18+212+66=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 212 (83.20% from 255 or 71.62% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 212 - color contains mainly: green. Hex color #12D442 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D442 is #ED2BBD. Grayscale: #898989. Windows color (decimal): -15543230 or 4379666. OLE color: 4379666.

HSL color Cylindrical-coordinate representation of color #12D442: hue angle of 134.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D442 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB1821266-
CMYK0.9200.690.17
HSL134.85º84.35%45.1%-
HSV(B)134.85º91.51%83.14%-
XYZ24.7847.6113.04-
YUV137.3587.7342.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 212 (83.20% from 255) = 71.62%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=6.08%
G=71.62%
B=22.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal18212660.9200.690.17134.8584.3545.1
Hex12D4425C0451187542d
Octal2232410213401052120712455
Binary1001011010100100001010111000100010110001100001111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,212,66); }

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

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

 a { background-color: rgb(18,212,66); }

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

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

 span { border-color: rgb(18,212,66); }

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