Html Css Color HEX #2AE66A Malachite

📋 copy color: '#2AE66A'

red 42 ◦ green 230 ◦ blue 106

#2AE66A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2AE66A

Tints of Malachite #2AE66A

RGB

 RED value IS 42 (16.8% from 255) = 11.11%

 GREEN value IS 230 (90.23% from 255) = 60.85%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 11.11%
G = 60.85%
B = 28.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#2AE66A (or 0x2AE66A) is known color: Malachite. HEX triplet: 2A, E6 and 6A. RGB value is (42,230,106). Sum of RGB (Red+Green+Blue) = 42+230+106=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 230 (90.23% from 255 or 60.85% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE66A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE66A is #D51995. Grayscale: #9F9F9F. Windows color (decimal): -13965718 or 7005738. OLE color: 7005738.

HSL color Cylindrical-coordinate representation of color #2AE66A: hue angle of 140.43º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE66A is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 230 106 -
CMYK 0.82 0 0.54 0.10
HSL 140.43º 0.79% 0.53% -
HSV(B) 140.43º 0.82% 0.9% -
XYZ 31.85 58.13 23.18 -
YUV 159.65 97.72 44.08 -
System Red Green Blue C M Y K H S L
Decimal 42 230 106 0.82 0 0.54 0.10 140.43 0.79 0.53
Hex 2A E6 6A 52 0 36 A 8C 4F 35
Octal 52 346 152 122 0 66 12 214 117 65
Binary 101010 11100110 1101010 1010010 0 110110 1010 10001100 1001111 110101

Color Harmonies of #2AE66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE66A

Black with #2AE66A

Text Example


Text Example

White with #2AE66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,230,106); }

 H1.HeaderClassName
 {
   color: #2AE66A;
 }
 .AnyTagClassName
 {
   color: #2AE66A;
 }
</style>

background-color css

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

 a { background-color: rgb(42,230,106); }

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

border-color css

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

 span { border-color: rgb(42,230,106); }

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