Html Css Color HEX #2AE36A Malachite

📋 copy color: '#2AE36A'

red 42 ◦ green 227 ◦ blue 106

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

Shades of Malachite #2AE36A

Tints of Malachite #2AE36A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.53%

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

R = 11.2%
G = 60.53%
B = 28.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#2AE36A (or 0x2AE36A) is known color: Malachite. HEX triplet: 2A, E3 and 6A. RGB value is (42,227,106). Sum of RGB (Red+Green+Blue) = 42+227+106=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 227 (89.06% from 255 or 60.53% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE36A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE36A is #D51C95. Grayscale: #9E9E9E. Windows color (decimal): -13966486 or 7004970. OLE color: 7004970.

HSL color Cylindrical-coordinate representation of color #2AE36A: hue angle of 140.76º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE36A is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 227 106 -
CMYK 0.81 0 0.53 0.11
HSL 140.76º 0.77% 0.53% -
HSV(B) 140.76º 0.81% 0.89% -
XYZ 31.03 56.47 22.9 -
YUV 157.89 98.71 45.34 -
System Red Green Blue C M Y K H S L
Decimal 42 227 106 0.81 0 0.53 0.11 140.76 0.77 0.53
Hex 2A E3 6A 51 0 35 B 8D 4D 35
Octal 52 343 152 121 0 65 13 215 115 65
Binary 101010 11100011 1101010 1010001 0 110101 1011 10001101 1001101 110101

Color Harmonies of #2AE36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE36A

Black with #2AE36A

Text Example


Text Example

White with #2AE36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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