#12CB59

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

Shades of Malachite #12CB59

Tints of Malachite #12CB59

Color information

#12CB59 (or 0x12CB59) is unknown color: approx Malachite. HEX triplet: 12, CB and 59. RGB value is (18,203,89). Sum of RGB (Red+Green+Blue) = 18+203+89=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 203 (79.69% from 255 or 65.48% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CB59 is #ED34A6. Grayscale: #868686. Windows color (decimal): -15545511 or 5884690. OLE color: 5884690.

HSL color Cylindrical-coordinate representation of color #12CB59: hue angle of 143.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB59 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB1820389-
CMYK0.9100.560.20
HSL143.03º83.71%43.33%-
HSV(B)143.03º91.13%79.61%-
XYZ23.4143.5616.63-
YUV134.69102.2144.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 203 (79.69% from 255) = 65.48%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=5.81%
G=65.48%
B=28.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18203890.9100.560.20143.0383.7143.33
Hex12CB595B038148f542b
Octal223131311330702421712453
Binary100101100101110110011011011011100010100100011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,203,89); }

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

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

 a { background-color: rgb(18,203,89); }

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

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

 span { border-color: rgb(18,203,89); }

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