#1ADA60

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

Shades of Malachite #1ADA60

Tints of Malachite #1ADA60

Color information

#1ADA60 (or 0x1ADA60) is unknown color: approx Malachite. HEX triplet: 1A, DA and 60. RGB value is (26,218,96). Sum of RGB (Red+Green+Blue) = 26+218+96=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 218 (85.55% from 255 or 64.12% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADA60 is #E5259F. Grayscale: #929292. Windows color (decimal): -15017376 or 6347290. OLE color: 6347290.

HSL color Cylindrical-coordinate representation of color #1ADA60: hue angle of 141.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADA60 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2621896-
CMYK0.8800.560.15
HSL141.88º78.69%47.84%-
HSV(B)141.88º88.07%85.49%-
XYZ27.6151.2119.5-
YUV146.6899.3941.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.65%
GREEN value IS 218 (85.55% from 255) = 64.12%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=7.65%
G=64.12%
B=28.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal26218960.8800.560.15141.8878.6947.84
Hex1ADA6058038F8e4f30
Octal323321401300701721611760
Binary11010110110101100000101100001110001111100011101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ADA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,218,96); }

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

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

 a { background-color: rgb(26,218,96); }

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

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

 span { border-color: rgb(26,218,96); }

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