Html Css Color HEX #1AE16A Malachite

📋 copy color: '#1AE16A'

red 26 ◦ green 225 ◦ blue 106

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

Shades of Malachite #1AE16A

Tints of Malachite #1AE16A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 63.03%

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 7.28%
G = 63.03%
B = 29.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#1AE16A (or 0x1AE16A) is known color: Malachite. HEX triplet: 1A, E1 and 6A. RGB value is (26,225,106). Sum of RGB (Red+Green+Blue) = 26+225+106=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 225 (88.28% from 255 or 63.03% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AE16A is #E51E95. Grayscale: #989898. Windows color (decimal): -15015574 or 7004442. OLE color: 7004442.

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

Color convert

RGB 26 225 106 -
CMYK 0.88 0 0.53 0.12
HSL 144.12º 0.79% 0.49% -
HSV(B) 144.12º 0.88% 0.88% -
XYZ 29.95 55.11 22.69 -
YUV 151.93 102.07 38.18 -
System Red Green Blue C M Y K H S L
Decimal 26 225 106 0.88 0 0.53 0.12 144.12 0.79 0.49
Hex 1A E1 6A 58 0 35 C 90 4F 31
Octal 32 341 152 130 0 65 14 220 117 61
Binary 11010 11100001 1101010 1011000 0 110101 1100 10010000 1001111 110001

Color Harmonies of #1AE16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE16A

Black with #1AE16A

Text Example


Text Example

White with #1AE16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,225,106); }

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

background-color css

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

 a { background-color: rgb(26,225,106); }

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

border-color css

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

 span { border-color: rgb(26,225,106); }

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