#12CA52

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

Shades of Malachite #12CA52

Tints of Malachite #12CA52

Color information

#12CA52 (or 0x12CA52) is unknown color: approx Malachite. HEX triplet: 12, CA and 52. RGB value is (18,202,82). Sum of RGB (Red+Green+Blue) = 18+202+82=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA52 is #ED35AD. Grayscale: #858585. Windows color (decimal): -15545774 or 5425682. OLE color: 5425682.

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

Color convert

RGB1820282-
CMYK0.9100.590.21
HSL140.87º83.64%43.14%-
HSV(B)140.87º91.09%79.22%-
XYZ22.8942.9815.07-
YUV133.399.0445.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.96%
GREEN value IS 202 (79.30% from 255) = 66.89%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=5.96%
G=66.89%
B=27.15%

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
Decimal18202820.9100.590.21140.8783.6443.14
Hex12CA525B03B158d542b
Octal223121221330732521512453
Binary100101100101010100101011011011101110101100011011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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