#12CA6D

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

Shades of Malachite #12CA6D

Tints of Malachite #12CA6D

Color information

#12CA6D (or 0x12CA6D) is unknown color: approx Malachite. HEX triplet: 12, CA and 6D. RGB value is (18,202,109). Sum of RGB (Red+Green+Blue) = 18+202+109=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA6D is #ED3592. Grayscale: #888888. Windows color (decimal): -15545747 or 7195154. OLE color: 7195154.

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

Color convert

RGB18202109-
CMYK0.9100.460.21
HSL149.67º83.64%43.14%-
HSV(B)149.67º91.09%79.22%-
XYZ24.1343.4721.59-
YUV136.38112.5443.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 202 (79.30% from 255) = 61.40%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=5.47%
G=61.40%
B=33.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182021090.9100.460.21149.6783.6443.14
Hex12CA6D5B02E1596542b
Octal223121551330562522612453
Binary100101100101011011011011011010111010101100101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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