Html Css Color HEX #1AE472 Malachite

📋 copy color: '#1AE472'

red 26 ◦ green 228 ◦ blue 114

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

Shades of Malachite #1AE472

Tints of Malachite #1AE472

RGB

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

 GREEN value IS 228 (89.45% from 255) = 61.96%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 7.07%
G = 61.96%
B = 30.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#1AE472 (or 0x1AE472) is known color: Malachite. HEX triplet: 1A, E4 and 72. RGB value is (26,228,114). Sum of RGB (Red+Green+Blue) = 26+228+114=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 228 (89.45% from 255 or 61.96% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 228 - color contains mainly: green. Hex color #1AE472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AE472 is #E51B8D. Grayscale: #9A9A9A. Windows color (decimal): -15014798 or 7529498. OLE color: 7529498.

HSL color Cylindrical-coordinate representation of color #1AE472: hue angle of 146.14º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE472 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 26 228 114 -
CMYK 0.89 0 0.50 0.11
HSL 146.14º 0.8% 0.5% -
HSV(B) 146.14º 0.89% 0.89% -
XYZ 31.21 56.92 25.26 -
YUV 154.61 105.08 36.27 -
System Red Green Blue C M Y K H S L
Decimal 26 228 114 0.89 0 0.50 0.11 146.14 0.8 0.5
Hex 1A E4 72 59 0 32 B 92 50 32
Octal 32 344 162 131 0 62 13 222 120 62
Binary 11010 11100100 1110010 1011001 0 110010 1011 10010010 1010000 110010

Color Harmonies of #1AE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE472

Black with #1AE472

Text Example


Text Example

White with #1AE472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,228,114); }

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

background-color css

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

 a { background-color: rgb(26,228,114); }

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

border-color css

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

 span { border-color: rgb(26,228,114); }

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