Html Css Color HEX #2AE964 Malachite

📋 copy color: '#2AE964'

red 42 ◦ green 233 ◦ blue 100

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

Shades of Malachite #2AE964

Tints of Malachite #2AE964

RGB

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

 GREEN value IS 233 (91.41% from 255) = 62.13%

 BLUE value IS 100 (39.45% from 255) = 26.67%

R = 11.2%
G = 62.13%
B = 26.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#2AE964 (or 0x2AE964) is known color: Malachite. HEX triplet: 2A, E9 and 64. RGB value is (42,233,100). Sum of RGB (Red+Green+Blue) = 42+233+100=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE964 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE964 is #D5169B. Grayscale: #A1A1A1. Windows color (decimal): -13964956 or 6613290. OLE color: 6613290.

HSL color Cylindrical-coordinate representation of color #2AE964: hue angle of 138.22º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE964 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 233 100 -
CMYK 0.82 0 0.57 0.09
HSL 138.22º 0.81% 0.54% -
HSV(B) 138.22º 0.82% 0.91% -
XYZ 32.39 59.69 21.87 -
YUV 160.73 93.72 43.31 -
System Red Green Blue C M Y K H S L
Decimal 42 233 100 0.82 0 0.57 0.09 138.22 0.81 0.54
Hex 2A E9 64 52 0 39 9 8A 51 36
Octal 52 351 144 122 0 71 11 212 121 66
Binary 101010 11101001 1100100 1010010 0 111001 1001 10001010 1010001 110110

Color Harmonies of #2AE964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE964

Black with #2AE964

Text Example


Text Example

White with #2AE964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,233,100); }

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

background-color css

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

 a { background-color: rgb(42,233,100); }

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

border-color css

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

 span { border-color: rgb(42,233,100); }

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