Html Css Color HEX #2AE56F Malachite

📋 copy color: '#2AE56F'

red 42 ◦ green 229 ◦ blue 111

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

Shades of Malachite #2AE56F

Tints of Malachite #2AE56F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.95%

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 10.99%
G = 59.95%
B = 29.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#2AE56F (or 0x2AE56F) is known color: Malachite. HEX triplet: 2A, E5 and 6F. RGB value is (42,229,111). Sum of RGB (Red+Green+Blue) = 42+229+111=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 229 (89.84% from 255 or 59.95% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE56F is #D51A90. Grayscale: #9F9F9F. Windows color (decimal): -13965969 or 7333162. OLE color: 7333162.

HSL color Cylindrical-coordinate representation of color #2AE56F: hue angle of 142.14º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE56F is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 229 111 -
CMYK 0.82 0 0.52 0.10
HSL 142.14º 0.78% 0.53% -
HSV(B) 142.14º 0.82% 0.9% -
XYZ 31.84 57.68 24.49 -
YUV 159.64 100.55 44.09 -
System Red Green Blue C M Y K H S L
Decimal 42 229 111 0.82 0 0.52 0.10 142.14 0.78 0.53
Hex 2A E5 6F 52 0 34 A 8E 4E 35
Octal 52 345 157 122 0 64 12 216 116 65
Binary 101010 11100101 1101111 1010010 0 110100 1010 10001110 1001110 110101

Color Harmonies of #2AE56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE56F

Black with #2AE56F

Text Example


Text Example

White with #2AE56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,229,111); }

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

background-color css

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

 a { background-color: rgb(42,229,111); }

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

border-color css

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

 span { border-color: rgb(42,229,111); }

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