Html Css Color HEX #2AE265 Malachite

📋 copy color: '#2AE265'

red 42 ◦ green 226 ◦ blue 101

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

Shades of Malachite #2AE265

Tints of Malachite #2AE265

RGB

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

 GREEN value IS 226 (88.67% from 255) = 61.25%

 BLUE value IS 101 (39.84% from 255) = 27.37%

R = 11.38%
G = 61.25%
B = 27.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#2AE265 (or 0x2AE265) is known color: Malachite. HEX triplet: 2A, E2 and 65. RGB value is (42,226,101). Sum of RGB (Red+Green+Blue) = 42+226+101=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 226 (88.67% from 255 or 61.25% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE265 is #D51D9A. Grayscale: #9D9D9D. Windows color (decimal): -13966747 or 6677034. OLE color: 6677034.

HSL color Cylindrical-coordinate representation of color #2AE265: hue angle of 139.24º degrees, saturation: 0.76, 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 #2AE265 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 226 101 -
CMYK 0.81 0 0.55 0.11
HSL 139.24º 0.76% 0.53% -
HSV(B) 139.24º 0.81% 0.89% -
XYZ 30.5 55.82 21.48 -
YUV 156.73 96.54 46.16 -
System Red Green Blue C M Y K H S L
Decimal 42 226 101 0.81 0 0.55 0.11 139.24 0.76 0.53
Hex 2A E2 65 51 0 37 B 8B 4C 35
Octal 52 342 145 121 0 67 13 213 114 65
Binary 101010 11100010 1100101 1010001 0 110111 1011 10001011 1001100 110101

Color Harmonies of #2AE265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE265

Black with #2AE265

Text Example


Text Example

White with #2AE265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,226,101); }

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

background-color css

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

 a { background-color: rgb(42,226,101); }

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

border-color css

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

 span { border-color: rgb(42,226,101); }

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