#18CD6E

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

Shades of Malachite #18CD6E

Tints of Malachite #18CD6E

Color information

#18CD6E (or 0x18CD6E) is unknown color: approx Malachite. HEX triplet: 18, CD and 6E. RGB value is (24,205,110). Sum of RGB (Red+Green+Blue) = 24+205+110=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CD6E is #E73291. Grayscale: #8C8C8C. Windows color (decimal): -15151762 or 7261464. OLE color: 7261464.

HSL color Cylindrical-coordinate representation of color #18CD6E: hue angle of 148.51º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CD6E is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB24205110-
CMYK0.8800.460.20
HSL148.51º79.04%44.9%-
HSV(B)148.51º88.29%80.39%-
XYZ25.0244.9822.12-
YUV140.05111.0345.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.08%
GREEN value IS 205 (80.47% from 255) = 60.47%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=7.08%
G=60.47%
B=32.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal242051100.8800.460.20148.5179.0444.9
Hex18CD6E5802E14954f2d
Octal303151561300562422511755
Binary110001100110111011101011000010111010100100101011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,205,110); }

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

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

 a { background-color: rgb(24,205,110); }

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

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

 span { border-color: rgb(24,205,110); }

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