#18DA60

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

Shades of Malachite #18DA60

Tints of Malachite #18DA60

Color information

#18DA60 (or 0x18DA60) is unknown color: approx Malachite. HEX triplet: 18, DA and 60. RGB value is (24,218,96). Sum of RGB (Red+Green+Blue) = 24+218+96=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DA60 is #E7259F. Grayscale: #929292. Windows color (decimal): -15148448 or 6347288. OLE color: 6347288.

HSL color Cylindrical-coordinate representation of color #18DA60: hue angle of 142.27º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DA60 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2421896-
CMYK0.8900.560.15
HSL142.27º80.17%47.45%-
HSV(B)142.27º88.99%85.49%-
XYZ27.5651.1819.49-
YUV146.0999.7340.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.10%
GREEN value IS 218 (85.55% from 255) = 64.50%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=7.10%
G=64.50%
B=28.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal24218960.8900.560.15142.2780.1747.45
Hex18DA6059038F8e502f
Octal303321401310701721612057
Binary11000110110101100000101100101110001111100011101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18DA60; }

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

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

<style>
 a { background-color: #18DA60; }

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

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

<style>
 span { border-color: #18DA60; }

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

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