#12CA50

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

Shades of Malachite #12CA50

Tints of Malachite #12CA50

Color information

#12CA50 (or 0x12CA50) is unknown color: approx Malachite. HEX triplet: 12, CA and 50. RGB value is (18,202,80). Sum of RGB (Red+Green+Blue) = 18+202+80=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 202 (79.30% from 255 or 67.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA50 is #ED35AF. Grayscale: #858585. Windows color (decimal): -15545776 or 5294610. OLE color: 5294610.

HSL color Cylindrical-coordinate representation of color #12CA50: hue angle of 140.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CA50 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB1820280-
CMYK0.9100.600.21
HSL140.22º83.64%43.14%-
HSV(B)140.22º91.09%79.22%-
XYZ22.8242.9514.68-
YUV133.0898.0445.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 202 (79.30% from 255) = 67.33%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=6%
G=67.33%
B=26.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18202800.9100.600.21140.2283.6443.14
Hex12CA505B03C158c542b
Octal223121201330742521412453
Binary100101100101010100001011011011110010101100011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,202,80); }

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

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

 a { background-color: rgb(18,202,80); }

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

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

 span { border-color: rgb(18,202,80); }

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