#2AEC59

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

Shades of Malachite #2AEC59

Tints of Malachite #2AEC59

Color information

#2AEC59 (or 0x2AEC59) is unknown color: approx Malachite. HEX triplet: 2A, EC and 59. RGB value is (42,236,89). Sum of RGB (Red+Green+Blue) = 42+236+89=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 236 (92.58% from 255 or 64.31% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEC59 is #D513A6. Grayscale: #A1A1A1. Windows color (decimal): -13964199 or 5893162. OLE color: 5893162.

HSL color Cylindrical-coordinate representation of color #2AEC59: hue angle of 134.54º 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 #2AEC59 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB4223689-
CMYK0.8200.620.07
HSL134.54º83.62%54.51%-
HSV(B)134.54º82.2%92.55%-
XYZ32.7561.219.54-
YUV161.2487.2342.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.44%
GREEN value IS 236 (92.58% from 255) = 64.31%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=11.44%
G=64.31%
B=24.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42236890.8200.620.07134.5483.6254.51
Hex2AEC595203E7875437
Octal52354131122076720712467
Binary10101011101100101100110100100111110111100001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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