#1AE164

Color #1AE164 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1AE164

Tints of Malachite #1AE164

Color information

#1AE164 (or 0x1AE164) is unknown color: approx Malachite. HEX triplet: 1A, E1 and 64. RGB value is (26,225,100). Sum of RGB (Red+Green+Blue) = 26+225+100=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 225 (88.28% from 255 or 64.10% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AE164 is #E51E9B. Grayscale: #979797. Windows color (decimal): -15015580 or 6611226. OLE color: 6611226.

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

Color convert

RGB26225100-
CMYK0.8800.560.12
HSL142.31º79.28%49.22%-
HSV(B)142.31º88.44%88.24%-
XYZ29.6554.9921.11-
YUV151.2599.0738.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.41%
GREEN value IS 225 (88.28% from 255) = 64.10%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=7.41%
G=64.10%
B=28.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal262251000.8800.560.12142.3179.2849.22
Hex1AE16458038C8e4f31
Octal323411441300701421611761
Binary11010111000011100100101100001110001100100011101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AE164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AE164;
 }
 .AnyTagClassName
 {
   color: #1AE164;
 }
</style>
background-color css

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

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

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

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

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

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