Html Css Color HEX #2AE069 Malachite

📋 copy color: '#2AE069'

red 42 ◦ green 224 ◦ blue 105

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

Shades of Malachite #2AE069

Tints of Malachite #2AE069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.38%

 BLUE value IS 105 (41.41% from 255) = 28.3%

R = 11.32%
G = 60.38%
B = 28.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#2AE069 (or 0x2AE069) is known color: Malachite. HEX triplet: 2A, E0 and 69. RGB value is (42,224,105). Sum of RGB (Red+Green+Blue) = 42+224+105=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE069 is #D51F96. Grayscale: #9C9C9C. Windows color (decimal): -13967255 or 6938666. OLE color: 6938666.

HSL color Cylindrical-coordinate representation of color #2AE069: hue angle of 140.77º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE069 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 224 105 -
CMYK 0.81 0 0.53 0.12
HSL 140.77º 0.75% 0.52% -
HSV(B) 140.77º 0.81% 0.88% -
XYZ 30.16 54.82 22.36 -
YUV 156.02 99.2 46.68 -
System Red Green Blue C M Y K H S L
Decimal 42 224 105 0.81 0 0.53 0.12 140.77 0.75 0.52
Hex 2A E0 69 51 0 35 C 8D 4B 34
Octal 52 340 151 121 0 65 14 215 113 64
Binary 101010 11100000 1101001 1010001 0 110101 1100 10001101 1001011 110100

Color Harmonies of #2AE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE069

Black with #2AE069

Text Example


Text Example

White with #2AE069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,105); }

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

background-color css

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

 a { background-color: rgb(42,224,105); }

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

border-color css

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

 span { border-color: rgb(42,224,105); }

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