#2ad664

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

Shades of Malachite #2AD664

Tints of Malachite #2AD664

Color information

#2AD664 (or 0x2AD664) is unknown color: approx Malachite. HEX triplet: 2A, D6 and 64. RGB value is (42,214,100). Sum of RGB (Red+Green+Blue) = 42+214+100=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD664 is #D5299B. Grayscale: #959595. Windows color (decimal): -13969820 or 6608426. OLE color: 6608426.

HSL color Cylindrical-coordinate representation of color #2AD664: hue angle of 140.23º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD664 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB42214100-
CMYK0.8000.530.16
HSL140.23º67.72%50.2%-
HSV(B)140.23º80.37%83.92%-
XYZ27.349.5120.17-
YUV149.58100.0251.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.80%
GREEN value IS 214 (83.98% from 255) = 60.11%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=11.80%
G=60.11%
B=28.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal422141000.8000.530.16140.2367.7250.2
Hex2AD66450035108c4432
Octal523261441200652021410462
Binary1010101101011011001001010000011010110000100011001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ad664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ad664; }

 p { color: rgb(42,214,100); }

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

<style>
 a { background-color: #2ad664; }

 a { background-color: rgb(42,214,100); }

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

<style>
 span { border-color: #2ad664; }

 span { border-color: rgb(42,214,100); }

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