Html Css Color HEX #2AEA63 Malachite

📋 copy color: '#2AEA63'

red 42 ◦ green 234 ◦ blue 99

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

Shades of Malachite #2AEA63

Tints of Malachite #2AEA63

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.4%

 BLUE value IS 99 (39.06% from 255) = 26.4%

R = 11.2%
G = 62.4%
B = 26.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#2AEA63 (or 0x2AEA63) is known color: Malachite. HEX triplet: 2A, EA and 63. RGB value is (42,234,99). Sum of RGB (Red+Green+Blue) = 42+234+99=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEA63 is #D5159C. Grayscale: #A1A1A1. Windows color (decimal): -13964701 or 6548010. OLE color: 6548010.

HSL color Cylindrical-coordinate representation of color #2AEA63: hue angle of 137.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEA63 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 234 99 -
CMYK 0.82 0 0.58 0.08
HSL 137.81º 0.82% 0.54% -
HSV(B) 137.81º 0.82% 0.92% -
XYZ 32.63 60.24 21.71 -
YUV 161.2 92.89 42.98 -
System Red Green Blue C M Y K H S L
Decimal 42 234 99 0.82 0 0.58 0.08 137.81 0.82 0.54
Hex 2A EA 63 52 0 3A 8 8A 52 36
Octal 52 352 143 122 0 72 10 212 122 66
Binary 101010 11101010 1100011 1010010 0 111010 1000 10001010 1010010 110110

Color Harmonies of #2AEA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEA63

Black with #2AEA63

Text Example


Text Example

White with #2AEA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,234,99); }

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

background-color css

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

 a { background-color: rgb(42,234,99); }

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

border-color css

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

 span { border-color: rgb(42,234,99); }

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