#12E065

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

Shades of Malachite #12E065

Tints of Malachite #12E065

Color information

#12E065 (or 0x12E065) is unknown color: approx Malachite. HEX triplet: 12, E0 and 65. RGB value is (18,224,101). Sum of RGB (Red+Green+Blue) = 18+224+101=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #12E065 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E065 is #ED1F9A. Grayscale: #949494. Windows color (decimal): -15540123 or 6676498. OLE color: 6676498.

HSL color Cylindrical-coordinate representation of color #12E065: hue angle of 144.17º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E065 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB18224101-
CMYK0.9200.550.12
HSL144.17º85.12%47.45%-
HSV(B)144.17º91.96%87.84%-
XYZ29.2554.3821.27-
YUV148.38101.2535-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.25%
GREEN value IS 224 (87.89% from 255) = 65.31%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=5.25%
G=65.31%
B=29.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182241010.9200.550.12144.1785.1247.45
Hex12E0655C037C90552f
Octal223401451340671422012557
Binary10010111000001100101101110001101111100100100001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,224,101); }

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

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

 a { background-color: rgb(18,224,101); }

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

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

 span { border-color: rgb(18,224,101); }

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