Html Css Color HEX #2AE269 Malachite

📋 copy color: '#2AE269'

red 42 ◦ green 226 ◦ blue 105

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

Shades of Malachite #2AE269

Tints of Malachite #2AE269

RGB

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

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

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

R = 11.26%
G = 60.59%
B = 28.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#2AE269 (or 0x2AE269) is known color: Malachite. HEX triplet: 2A, E2 and 69. RGB value is (42,226,105). Sum of RGB (Red+Green+Blue) = 42+226+105=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 226 (88.67% from 255 or 60.59% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE269 is #D51D96. Grayscale: #9D9D9D. Windows color (decimal): -13966743 or 6939178. OLE color: 6939178.

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

Color convert

RGB 42 226 105 -
CMYK 0.81 0 0.54 0.11
HSL 140.54º 0.76% 0.53% -
HSV(B) 140.54º 0.81% 0.89% -
XYZ 30.7 55.9 22.54 -
YUV 157.19 98.54 45.84 -
System Red Green Blue C M Y K H S L
Decimal 42 226 105 0.81 0 0.54 0.11 140.54 0.76 0.53
Hex 2A E2 69 51 0 36 B 8D 4C 35
Octal 52 342 151 121 0 66 13 215 114 65
Binary 101010 11100010 1101001 1010001 0 110110 1011 10001101 1001100 110101

Color Harmonies of #2AE269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE269

Black with #2AE269

Text Example


Text Example

White with #2AE269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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