Html Css Color HEX #1AE042 Malachite

📋 copy color: '#1AE042'

red 26 ◦ green 224 ◦ blue 66

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

Shades of Malachite #1AE042

Tints of Malachite #1AE042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 8.23%
G = 70.89%
B = 20.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#1AE042 (or 0x1AE042) is known color: Malachite. HEX triplet: 1A, E0 and 42. RGB value is (26,224,66). Sum of RGB (Red+Green+Blue) = 26+224+66=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 224 (87.89% from 255 or 70.89% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 224 - color contains mainly: green. Hex color #1AE042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE042 is #E51FBD. Grayscale: #939393. Windows color (decimal): -15015870 or 4382746. OLE color: 4382746.

HSL color Cylindrical-coordinate representation of color #1AE042: hue angle of 132.12º 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 #1AE042 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 26 224 66 -
CMYK 0.88 0 0.71 0.12
HSL 132.12º 0.79% 0.49% -
HSV(B) 132.12º 0.88% 0.88% -
XYZ 28.07 53.92 14.08 -
YUV 146.79 82.4 41.85 -
System Red Green Blue C M Y K H S L
Decimal 26 224 66 0.88 0 0.71 0.12 132.12 0.79 0.49
Hex 1A E0 42 58 0 47 C 84 4F 31
Octal 32 340 102 130 0 107 14 204 117 61
Binary 11010 11100000 1000010 1011000 0 1000111 1100 10000100 1001111 110001

Color Harmonies of #1AE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE042

Black with #1AE042

Text Example


Text Example

White with #1AE042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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