Html Css Color HEX #1AEC42 Malachite

📋 copy color: '#1AEC42'

red 26 ◦ green 236 ◦ blue 66

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

Shades of Malachite #1AEC42

Tints of Malachite #1AEC42

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.95%

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

R = 7.93%
G = 71.95%
B = 20.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#1AEC42 (or 0x1AEC42) is known color: Malachite. HEX triplet: 1A, EC and 42. RGB value is (26,236,66). Sum of RGB (Red+Green+Blue) = 26+236+66=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 236 (92.58% from 255 or 71.95% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 236 - color contains mainly: green. Hex color #1AEC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AEC42 is #E513BD. Grayscale: #9A9A9A. Windows color (decimal): -15012798 or 4385818. OLE color: 4385818.

HSL color Cylindrical-coordinate representation of color #1AEC42: hue angle of 131.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEC42 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 236 66 -
CMYK 0.89 0 0.72 0.07
HSL 131.43º 0.85% 0.51% -
HSV(B) 131.43º 0.89% 0.93% -
XYZ 31.4 60.6 15.2 -
YUV 153.83 78.43 36.82 -
System Red Green Blue C M Y K H S L
Decimal 26 236 66 0.89 0 0.72 0.07 131.43 0.85 0.51
Hex 1A EC 42 59 0 48 7 83 55 33
Octal 32 354 102 131 0 110 7 203 125 63
Binary 11010 11101100 1000010 1011001 0 1001000 111 10000011 1010101 110011

Color Harmonies of #1AEC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEC42

Black with #1AEC42

Text Example


Text Example

White with #1AEC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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