#18DF68

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

Shades of Malachite #18DF68

Tints of Malachite #18DF68

Color information

#18DF68 (or 0x18DF68) is unknown color: approx Malachite. HEX triplet: 18, DF and 68. RGB value is (24,223,104). Sum of RGB (Red+Green+Blue) = 24+223+104=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #18DF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DF68 is #E72097. Grayscale: #969696. Windows color (decimal): -15147160 or 6872856. OLE color: 6872856.

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

Color convert

RGB24223104-
CMYK0.8900.530.13
HSL144.12º80.57%48.43%-
HSV(B)144.12º89.24%87.45%-
XYZ29.2653.9721.97-
YUV149.93102.0738.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.84%
GREEN value IS 223 (87.5% from 255) = 63.53%
BLUE value IS 104 (41.02% from 255) = 29.63%
R=6.84%
G=63.53%
B=29.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal242231040.8900.530.13144.1280.5748.43
Hex18DF6859035D905130
Octal303371501310651522012160
Binary11000110111111101000101100101101011101100100001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,223,104); }

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

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

 a { background-color: rgb(24,223,104); }

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

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

 span { border-color: rgb(24,223,104); }

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