#1AEA4D

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

Shades of Malachite #1AEA4D

Tints of Malachite #1AEA4D

Color information

#1AEA4D (or 0x1AEA4D) is unknown color: approx Malachite. HEX triplet: 1A, EA and 4D. RGB value is (26,234,77). Sum of RGB (Red+Green+Blue) = 26+234+77=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 234 (91.80% from 255 or 69.44% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AEA4D is #E515B2. Grayscale: #9A9A9A. Windows color (decimal): -15013299 or 5106202. OLE color: 5106202.

HSL color Cylindrical-coordinate representation of color #1AEA4D: hue angle of 134.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEA4D is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB2623477-
CMYK0.8900.670.08
HSL134.71º83.2%50.98%-
HSV(B)134.71º88.89%91.76%-
XYZ31.1959.616.88-
YUV153.9184.5936.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.72%
GREEN value IS 234 (91.80% from 255) = 69.44%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=7.72%
G=69.44%
B=22.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal26234770.8900.670.08134.7183.250.98
Hex1AEA4D590438875333
Octal3235211513101031020712363
Binary110101110101010011011011001010000111000100001111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AEA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,234,77); }

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

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

 a { background-color: rgb(26,234,77); }

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

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

 span { border-color: rgb(26,234,77); }

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