#2AEC62

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

Shades of Malachite #2AEC62

Tints of Malachite #2AEC62

Color information

#2AEC62 (or 0x2AEC62) is unknown color: approx Malachite. HEX triplet: 2A, EC and 62. RGB value is (42,236,98). Sum of RGB (Red+Green+Blue) = 42+236+98=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEC62 is #D5139D. Grayscale: #A2A2A2. Windows color (decimal): -13964190 or 6482986. OLE color: 6482986.

HSL color Cylindrical-coordinate representation of color #2AEC62: hue angle of 137.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEC62 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB4223698-
CMYK0.8200.580.07
HSL137.32º83.62%54.51%-
HSV(B)137.32º82.2%92.55%-
XYZ33.1561.3621.65-
YUV162.2691.7342.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.17%
GREEN value IS 236 (92.58% from 255) = 62.77%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=11.17%
G=62.77%
B=26.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42236980.8200.580.07137.3283.6254.51
Hex2AEC625203A7895437
Octal52354142122072721112467
Binary10101011101100110001010100100111010111100010011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,236,98); }

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

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

 a { background-color: rgb(42,236,98); }

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

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

 span { border-color: rgb(42,236,98); }

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