#12CA58

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

Shades of Malachite #12CA58

Tints of Malachite #12CA58

Color information

#12CA58 (or 0x12CA58) is unknown color: approx Malachite. HEX triplet: 12, CA and 58. RGB value is (18,202,88). Sum of RGB (Red+Green+Blue) = 18+202+88=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 202 (79.30% from 255 or 65.58% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA58 is #ED35A7. Grayscale: #868686. Windows color (decimal): -15545768 or 5818898. OLE color: 5818898.

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

Color convert

RGB1820288-
CMYK0.9100.560.21
HSL142.83º83.64%43.14%-
HSV(B)142.83º91.09%79.22%-
XYZ23.1343.0716.33-
YUV133.99102.0445.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 202 (79.30% from 255) = 65.58%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=5.84%
G=65.58%
B=28.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18202880.9100.560.21142.8383.6443.14
Hex12CA585B038158f542b
Octal223121301330702521712453
Binary100101100101010110001011011011100010101100011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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