Html Css Color HEX #2AE35A Malachite

📋 copy color: '#2AE35A'

red 42 ◦ green 227 ◦ blue 90

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

Shades of Malachite #2AE35A

Tints of Malachite #2AE35A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 63.23%

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

R = 11.7%
G = 63.23%
B = 25.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#2AE35A (or 0x2AE35A) is known color: Malachite. HEX triplet: 2A, E3 and 5A. RGB value is (42,227,90). Sum of RGB (Red+Green+Blue) = 42+227+90=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 227 (89.06% from 255 or 63.23% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE35A is #D51CA5. Grayscale: #9C9C9C. Windows color (decimal): -13966502 or 5956394. OLE color: 5956394.

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

Color convert

RGB 42 227 90 -
CMYK 0.81 0 0.60 0.11
HSL 135.57º 0.77% 0.53% -
HSV(B) 135.57º 0.81% 0.89% -
XYZ 30.27 56.17 18.92 -
YUV 156.07 90.71 46.64 -
System Red Green Blue C M Y K H S L
Decimal 42 227 90 0.81 0 0.60 0.11 135.57 0.77 0.53
Hex 2A E3 5A 51 0 3C B 88 4D 35
Octal 52 343 132 121 0 74 13 210 115 65
Binary 101010 11100011 1011010 1010001 0 111100 1011 10001000 1001101 110101

Color Harmonies of #2AE35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE35A

Black with #2AE35A

Text Example


Text Example

White with #2AE35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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