Html Css Color HEX #2AE85B Malachite

📋 copy color: '#2AE85B'

red 42 ◦ green 232 ◦ blue 91

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

Shades of Malachite #2AE85B

Tints of Malachite #2AE85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 11.51%
G = 63.56%
B = 24.93%

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

#2AE85B (or 0x2AE85B) is known color: Malachite. HEX triplet: 2A, E8 and 5B. RGB value is (42,232,91). Sum of RGB (Red+Green+Blue) = 42+232+91=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 232 (91.02% from 255 or 63.56% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE85B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE85B is #D517A4. Grayscale: #9F9F9F. Windows color (decimal): -13965221 or 6023210. OLE color: 6023210.

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

Color convert

RGB 42 232 91 -
CMYK 0.82 0 0.61 0.09
HSL 135.47º 0.81% 0.54% -
HSV(B) 135.47º 0.82% 0.91% -
XYZ 31.7 58.96 19.61 -
YUV 159.12 89.55 44.46 -
System Red Green Blue C M Y K H S L
Decimal 42 232 91 0.82 0 0.61 0.09 135.47 0.81 0.54
Hex 2A E8 5B 52 0 3D 9 87 51 36
Octal 52 350 133 122 0 75 11 207 121 66
Binary 101010 11101000 1011011 1010010 0 111101 1001 10000111 1010001 110110

Color Harmonies of #2AE85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE85B

Black with #2AE85B

Text Example


Text Example

White with #2AE85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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