#12CA62

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

Shades of Malachite #12CA62

Tints of Malachite #12CA62

Color information

#12CA62 (or 0x12CA62) is unknown color: approx Malachite. HEX triplet: 12, CA and 62. RGB value is (18,202,98). Sum of RGB (Red+Green+Blue) = 18+202+98=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 202 (79.30% from 255 or 63.52% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA62 is #ED359D. Grayscale: #878787. Windows color (decimal): -15545758 or 6474258. OLE color: 6474258.

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

Color convert

RGB1820298-
CMYK0.9100.510.21
HSL146.09º83.64%43.14%-
HSV(B)146.09º91.09%79.22%-
XYZ23.5743.2518.66-
YUV135.13107.0444.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.66%
GREEN value IS 202 (79.30% from 255) = 63.52%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=5.66%
G=63.52%
B=30.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18202980.9100.510.21146.0983.6443.14
Hex12CA625B0331592542b
Octal223121421330632522212453
Binary100101100101011000101011011011001110101100100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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