Html Css Color HEX #2AE473 Malachite

📋 copy color: '#2AE473'

red 42 ◦ green 228 ◦ blue 115

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

Shades of Malachite #2AE473

Tints of Malachite #2AE473

RGB

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

 GREEN value IS 228 (89.45% from 255) = 59.22%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 10.91%
G = 59.22%
B = 29.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#2AE473 (or 0x2AE473) is known color: Malachite. HEX triplet: 2A, E4 and 73. RGB value is (42,228,115). Sum of RGB (Red+Green+Blue) = 42+228+115=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 228 (89.45% from 255 or 59.22% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE473 is #D51B8C. Grayscale: #9F9F9F. Windows color (decimal): -13966221 or 7595050. OLE color: 7595050.

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

Color convert

RGB 42 228 115 -
CMYK 0.82 0 0.50 0.11
HSL 143.55º 0.78% 0.53% -
HSV(B) 143.55º 0.82% 0.89% -
XYZ 31.79 57.22 25.59 -
YUV 159.5 102.88 44.19 -
System Red Green Blue C M Y K H S L
Decimal 42 228 115 0.82 0 0.50 0.11 143.55 0.78 0.53
Hex 2A E4 73 52 0 32 B 90 4E 35
Octal 52 344 163 122 0 62 13 220 116 65
Binary 101010 11100100 1110011 1010010 0 110010 1011 10010000 1001110 110101

Color Harmonies of #2AE473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE473

Black with #2AE473

Text Example


Text Example

White with #2AE473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,228,115); }

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

background-color css

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

 a { background-color: rgb(42,228,115); }

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

border-color css

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

 span { border-color: rgb(42,228,115); }

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