Html Css Color HEX #1AE074 Malachite

📋 copy color: '#1AE074'

red 26 ◦ green 224 ◦ blue 116

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

Shades of Malachite #1AE074

Tints of Malachite #1AE074

RGB

 RED value IS 26 (10.55% from 255) = 7.1%

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

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 7.1%
G = 61.2%
B = 31.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#1AE074 (or 0x1AE074) is known color: Malachite. HEX triplet: 1A, E0 and 74. RGB value is (26,224,116). Sum of RGB (Red+Green+Blue) = 26+224+116=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 224 (87.89% from 255 or 61.20% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 224 - color contains mainly: green. Hex color #1AE074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AE074 is #E51F8B. Grayscale: #989898. Windows color (decimal): -15015820 or 7659546. OLE color: 7659546.

HSL color Cylindrical-coordinate representation of color #1AE074: hue angle of 147.27º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE074 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 26 224 116 -
CMYK 0.88 0 0.48 0.12
HSL 147.27º 0.79% 0.49% -
HSV(B) 147.27º 0.88% 0.88% -
XYZ 30.23 54.79 25.51 -
YUV 152.49 107.4 37.78 -
System Red Green Blue C M Y K H S L
Decimal 26 224 116 0.88 0 0.48 0.12 147.27 0.79 0.49
Hex 1A E0 74 58 0 30 C 93 4F 31
Octal 32 340 164 130 0 60 14 223 117 61
Binary 11010 11100000 1110100 1011000 0 110000 1100 10010011 1001111 110001

Color Harmonies of #1AE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE074

Black with #1AE074

Text Example


Text Example

White with #1AE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AE074; }

 p { color: rgb(26,224,116); }

 H1.HeaderClassName
 {
   color: #1AE074;
 }
 .AnyTagClassName
 {
   color: #1AE074;
 }
</style>

background-color css

<style>
 a { background-color: #1AE074; }

 a { background-color: rgb(26,224,116); }

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

border-color css

<style>
 span { border-color: #1AE074; }

 span { border-color: rgb(26,224,116); }

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