#12D65D

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

Shades of Malachite #12D65D

Tints of Malachite #12D65D

Color information

#12D65D (or 0x12D65D) is unknown color: approx Malachite. HEX triplet: 12, D6 and 5D. RGB value is (18,214,93). Sum of RGB (Red+Green+Blue) = 18+214+93=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #12D65D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D65D is #ED29A2. Grayscale: #8D8D8D. Windows color (decimal): -15542691 or 6149650. OLE color: 6149650.

HSL color Cylindrical-coordinate representation of color #12D65D: hue angle of 142.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D65D is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB1821493-
CMYK0.9200.570.16
HSL142.96º84.48%45.49%-
HSV(B)142.96º91.59%83.92%-
XYZ26.2749.0118.43-
YUV141.6100.5739.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.54%
GREEN value IS 214 (83.98% from 255) = 65.85%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=5.54%
G=65.85%
B=28.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18214930.9200.570.16142.9684.4845.49
Hex12D65D5C039108f542d
Octal223261351340712021712455
Binary100101101011010111011011100011100110000100011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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