#2AE965

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

Shades of Malachite #2AE965

Tints of Malachite #2AE965

Color information

#2AE965 (or 0x2AE965) is unknown color: approx Malachite. HEX triplet: 2A, E9 and 65. RGB value is (42,233,101). Sum of RGB (Red+Green+Blue) = 42+233+101=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 233 (91.41% from 255 or 61.97% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE965 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE965 is #D5169A. Grayscale: #A1A1A1. Windows color (decimal): -13964955 or 6678826. OLE color: 6678826.

HSL color Cylindrical-coordinate representation of color #2AE965: hue angle of 138.53º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE965 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB42233101-
CMYK0.8200.570.09
HSL138.53º81.28%53.92%-
HSV(B)138.53º81.97%91.37%-
XYZ32.4459.7122.13-
YUV160.8494.2243.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.17%
GREEN value IS 233 (91.41% from 255) = 61.97%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=11.17%
G=61.97%
B=26.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422331010.8200.570.09138.5381.2853.92
Hex2AE9655203998b5136
Octal523511451220711121312166
Binary101010111010011100101101001001110011001100010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,233,101); }

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

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

 a { background-color: rgb(42,233,101); }

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

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

 span { border-color: rgb(42,233,101); }

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