#1AD575

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

Shades of Malachite #1AD575

Tints of Malachite #1AD575

Color information

#1AD575 (or 0x1AD575) is unknown color: approx Malachite. HEX triplet: 1A, D5 and 75. RGB value is (26,213,117). Sum of RGB (Red+Green+Blue) = 26+213+117=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD575 is #E52A8A. Grayscale: #929292. Windows color (decimal): -15018635 or 7722266. OLE color: 7722266.

HSL color Cylindrical-coordinate representation of color #1AD575: hue angle of 149.2º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD575 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB26213117-
CMYK0.8800.450.16
HSL149.2º78.24%46.86%-
HSV(B)149.2º87.79%83.53%-
XYZ27.4349.0924.86-
YUV146.14111.5542.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.30%
GREEN value IS 213 (83.59% from 255) = 59.83%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=7.30%
G=59.83%
B=32.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal262131170.8800.450.16149.278.2446.86
Hex1AD5755802D10954e2f
Octal323251651300552022511657
Binary110101101010111101011011000010110110000100101011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,213,117); }

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

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

 a { background-color: rgb(26,213,117); }

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

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

 span { border-color: rgb(26,213,117); }

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