#12eb5d

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

Shades of Malachite #12EB5D

Tints of Malachite #12EB5D

Color information

#12EB5D (or 0x12EB5D) is unknown color: approx Malachite. HEX triplet: 12, EB and 5D. RGB value is (18,235,93). Sum of RGB (Red+Green+Blue) = 18+235+93=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 235 (92.19% from 255 or 67.92% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 235 - color contains mainly: green. Hex color #12EB5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EB5D is #ED14A2. Grayscale: #9A9A9A. Windows color (decimal): -15537315 or 6155026. OLE color: 6155026.

HSL color Cylindrical-coordinate representation of color #12EB5D: hue angle of 140.74º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EB5D is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB1823593-
CMYK0.9200.600.08
HSL140.74º85.77%49.61%-
HSV(B)140.74º92.34%92.16%-
XYZ31.9360.3420.32-
YUV153.9393.6131.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.20%
GREEN value IS 235 (92.19% from 255) = 67.92%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=5.20%
G=67.92%
B=26.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18235930.9200.600.08140.7485.7749.61
Hex12EB5D5C03C88d5632
Octal223531351340741021512662
Binary10010111010111011101101110001111001000100011011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12eb5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,235,93); }

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

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

 a { background-color: rgb(18,235,93); }

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

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

 span { border-color: rgb(18,235,93); }

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