Html Css Color HEX #2AE86B Malachite

📋 copy color: '#2AE86B'

red 42 ◦ green 232 ◦ blue 107

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

Shades of Malachite #2AE86B

Tints of Malachite #2AE86B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 60.89%

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 11.02%
G = 60.89%
B = 28.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#2AE86B (or 0x2AE86B) is known color: Malachite. HEX triplet: 2A, E8 and 6B. RGB value is (42,232,107). Sum of RGB (Red+Green+Blue) = 42+232+107=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 232 (91.02% from 255 or 60.89% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE86B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE86B is #D51794. Grayscale: #A1A1A1. Windows color (decimal): -13965205 or 7071786. OLE color: 7071786.

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

Color convert

RGB 42 232 107 -
CMYK 0.82 0 0.54 0.09
HSL 140.53º 0.81% 0.54% -
HSV(B) 140.53º 0.82% 0.91% -
XYZ 32.47 59.27 23.64 -
YUV 160.94 97.55 43.16 -
System Red Green Blue C M Y K H S L
Decimal 42 232 107 0.82 0 0.54 0.09 140.53 0.81 0.54
Hex 2A E8 6B 52 0 36 9 8D 51 36
Octal 52 350 153 122 0 66 11 215 121 66
Binary 101010 11101000 1101011 1010010 0 110110 1001 10001101 1010001 110110

Color Harmonies of #2AE86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE86B

Black with #2AE86B

Text Example


Text Example

White with #2AE86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,232,107); }

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

background-color css

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

 a { background-color: rgb(42,232,107); }

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

border-color css

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

 span { border-color: rgb(42,232,107); }

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