#12CC45

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

Shades of Malachite #12CC45

Tints of Malachite #12CC45

Color information

#12CC45 (or 0x12CC45) is unknown color: approx Malachite. HEX triplet: 12, CC and 45. RGB value is (18,204,69). Sum of RGB (Red+Green+Blue) = 18+204+69=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 204 (80.08% from 255 or 70.10% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC45 is #ED33BA. Grayscale: #858585. Windows color (decimal): -15545275 or 4574226. OLE color: 4574226.

HSL color Cylindrical-coordinate representation of color #12CC45: hue angle of 136.45º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC45 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB1820469-
CMYK0.9100.660.2
HSL136.45º83.78%43.53%-
HSV(B)136.45º91.18%80%-
XYZ22.9243.7412.87-
YUV13391.8845.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 204 (80.08% from 255) = 70.10%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=6.19%
G=70.10%
B=23.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18204690.9100.660.2136.4583.7843.53
Hex12CC455B0421488542c
Octal2231410513301022421012454
Binary1001011001100100010110110110100001010100100010001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,204,69); }

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

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

 a { background-color: rgb(18,204,69); }

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

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

 span { border-color: rgb(18,204,69); }

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