#12CA53

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

Shades of Malachite #12CA53

Tints of Malachite #12CA53

Color information

#12CA53 (or 0x12CA53) is unknown color: approx Malachite. HEX triplet: 12, CA and 53. RGB value is (18,202,83). Sum of RGB (Red+Green+Blue) = 18+202+83=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA53 is #ED35AC. Grayscale: #858585. Windows color (decimal): -15545773 or 5491218. OLE color: 5491218.

HSL color Cylindrical-coordinate representation of color #12CA53: hue angle of 141.2º 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 #12CA53 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB1820283-
CMYK0.9100.590.21
HSL141.2º83.64%43.14%-
HSV(B)141.2º91.09%79.22%-
XYZ22.9342.9915.27-
YUV133.4299.5445.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 202 (79.30% from 255) = 66.67%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=5.94%
G=66.67%
B=27.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18202830.9100.590.21141.283.6443.14
Hex12CA535B03B158d542b
Octal223121231330732521512453
Binary100101100101010100111011011011101110101100011011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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