#2AE966

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

Shades of Malachite #2AE966

Tints of Malachite #2AE966

Color information

#2AE966 (or 0x2AE966) is unknown color: approx Malachite. HEX triplet: 2A, E9 and 66. RGB value is (42,233,102). Sum of RGB (Red+Green+Blue) = 42+233+102=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 233 (91.41% from 255 or 61.80% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE966 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE966 is #D51699. Grayscale: #A1A1A1. Windows color (decimal): -13964954 or 6744362. OLE color: 6744362.

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

Color convert

RGB42233102-
CMYK0.8200.560.09
HSL138.85º81.28%53.92%-
HSV(B)138.85º81.97%91.37%-
XYZ32.4959.7322.39-
YUV160.9694.7243.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.14%
GREEN value IS 233 (91.41% from 255) = 61.80%
BLUE value IS 102 (40.23% from 255) = 27.06%
R=11.14%
G=61.80%
B=27.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422331020.8200.560.09138.8581.2853.92
Hex2AE9665203898b5136
Octal523511461220701121312166
Binary101010111010011100110101001001110001001100010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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