#18DB66

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

Shades of Malachite #18DB66

Tints of Malachite #18DB66

Color information

#18DB66 (or 0x18DB66) is unknown color: approx Malachite. HEX triplet: 18, DB and 66. RGB value is (24,219,102). Sum of RGB (Red+Green+Blue) = 24+219+102=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 219 (85.94% from 255 or 63.48% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 219 - color contains mainly: green. Hex color #18DB66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DB66 is #E72499. Grayscale: #939393. Windows color (decimal): -15148186 or 6740760. OLE color: 6740760.

HSL color Cylindrical-coordinate representation of color #18DB66: hue angle of 144º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DB66 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB24219102-
CMYK0.8900.530.14
HSL144º80.25%47.65%-
HSV(B)144º89.04%85.88%-
XYZ28.1151.8221.09-
YUV147.36102.440.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.96%
GREEN value IS 219 (85.94% from 255) = 63.48%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=6.96%
G=63.48%
B=29.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal242191020.8900.530.1414480.2547.65
Hex18DB6659035E905030
Octal303331461310651622012060
Binary11000110110111100110101100101101011110100100001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,219,102); }

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

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

 a { background-color: rgb(24,219,102); }

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

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

 span { border-color: rgb(24,219,102); }

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