#2AE967

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

Shades of Malachite #2AE967

Tints of Malachite #2AE967

Color information

#2AE967 (or 0x2AE967) is unknown color: approx Malachite. HEX triplet: 2A, E9 and 67. RGB value is (42,233,103). Sum of RGB (Red+Green+Blue) = 42+233+103=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 233 (91.41% from 255 or 61.64% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE967 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE967 is #D51698. Grayscale: #A1A1A1. Windows color (decimal): -13964953 or 6809898. OLE color: 6809898.

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

Color convert

RGB42233103-
CMYK0.8200.560.09
HSL139.16º81.28%53.92%-
HSV(B)139.16º81.97%91.37%-
XYZ32.5459.7522.65-
YUV161.0795.2243.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.11%
GREEN value IS 233 (91.41% from 255) = 61.64%
BLUE value IS 103 (40.62% from 255) = 27.25%
R=11.11%
G=61.64%
B=27.25%

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
Decimal422331030.8200.560.09139.1681.2853.92
Hex2AE9675203898b5136
Octal523511471220701121312166
Binary101010111010011100111101001001110001001100010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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