Html Css Color HEX #2AE05C Malachite

📋 copy color: '#2AE05C'

red 42 ◦ green 224 ◦ blue 92

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

Shades of Malachite #2AE05C

Tints of Malachite #2AE05C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.57%

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 11.73%
G = 62.57%
B = 25.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#2AE05C (or 0x2AE05C) is known color: Malachite. HEX triplet: 2A, E0 and 5C. RGB value is (42,224,92). Sum of RGB (Red+Green+Blue) = 42+224+92=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE05C is #D51FA3. Grayscale: #9A9A9A. Windows color (decimal): -13967268 or 6086698. OLE color: 6086698.

HSL color Cylindrical-coordinate representation of color #2AE05C: hue angle of 136.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE05C is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 224 92 -
CMYK 0.81 0 0.59 0.12
HSL 136.48º 0.75% 0.52% -
HSV(B) 136.48º 0.81% 0.88% -
XYZ 29.54 54.58 19.1 -
YUV 154.53 92.7 47.73 -
System Red Green Blue C M Y K H S L
Decimal 42 224 92 0.81 0 0.59 0.12 136.48 0.75 0.52
Hex 2A E0 5C 51 0 3B C 88 4B 34
Octal 52 340 134 121 0 73 14 210 113 64
Binary 101010 11100000 1011100 1010001 0 111011 1100 10001000 1001011 110100

Color Harmonies of #2AE05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE05C

Black with #2AE05C

Text Example


Text Example

White with #2AE05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,92); }

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

background-color css

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

 a { background-color: rgb(42,224,92); }

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

border-color css

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

 span { border-color: rgb(42,224,92); }

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