Html Css Color HEX #2AE85A Malachite

📋 copy color: '#2AE85A'

red 42 ◦ green 232 ◦ blue 90

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

Shades of Malachite #2AE85A

Tints of Malachite #2AE85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 11.54%
G = 63.74%
B = 24.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#2AE85A (or 0x2AE85A) is known color: Malachite. HEX triplet: 2A, E8 and 5A. RGB value is (42,232,90). Sum of RGB (Red+Green+Blue) = 42+232+90=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 232 (91.02% from 255 or 63.74% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE85A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE85A is #D517A5. Grayscale: #9F9F9F. Windows color (decimal): -13965222 or 5957674. OLE color: 5957674.

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

Color convert

RGB 42 232 90 -
CMYK 0.82 0 0.61 0.09
HSL 135.16º 0.81% 0.54% -
HSV(B) 135.16º 0.82% 0.91% -
XYZ 31.66 58.94 19.38 -
YUV 159 89.05 44.55 -
System Red Green Blue C M Y K H S L
Decimal 42 232 90 0.82 0 0.61 0.09 135.16 0.81 0.54
Hex 2A E8 5A 52 0 3D 9 87 51 36
Octal 52 350 132 122 0 75 11 207 121 66
Binary 101010 11101000 1011010 1010010 0 111101 1001 10000111 1010001 110110

Color Harmonies of #2AE85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE85A

Black with #2AE85A

Text Example


Text Example

White with #2AE85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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