#12CF6C

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

Shades of Malachite #12CF6C

Tints of Malachite #12CF6C

Color information

#12CF6C (or 0x12CF6C) is unknown color: approx Malachite. HEX triplet: 12, CF and 6C. RGB value is (18,207,108). Sum of RGB (Red+Green+Blue) = 18+207+108=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CF6C is #ED3093. Grayscale: #8B8B8B. Windows color (decimal): -15544468 or 7130898. OLE color: 7130898.

HSL color Cylindrical-coordinate representation of color #12CF6C: hue angle of 148.57º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF6C is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB18207108-
CMYK0.9100.480.19
HSL148.57º84%44.12%-
HSV(B)148.57º91.3%81.18%-
XYZ25.2745.8421.7-
YUV139.2110.3841.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.41%
GREEN value IS 207 (81.25% from 255) = 62.16%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=5.41%
G=62.16%
B=32.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182071080.9100.480.19148.578444.12
Hex12CF6C5B0301395542c
Octal223171541330602322512454
Binary100101100111111011001011011011000010011100101011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,207,108); }

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

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

 a { background-color: rgb(18,207,108); }

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

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

 span { border-color: rgb(18,207,108); }

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