#18cd6b

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

Shades of Malachite #18CD6B

Tints of Malachite #18CD6B

Color information

#18CD6B (or 0x18CD6B) is unknown color: approx Malachite. HEX triplet: 18, CD and 6B. RGB value is (24,205,107). Sum of RGB (Red+Green+Blue) = 24+205+107=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 205 (80.47% from 255 or 61.01% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CD6B is #E73294. Grayscale: #8B8B8B. Windows color (decimal): -15151765 or 7064856. OLE color: 7064856.

HSL color Cylindrical-coordinate representation of color #18CD6B: hue angle of 147.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 #18CD6B is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB24205107-
CMYK0.8800.480.20
HSL147.51º79.04%44.9%-
HSV(B)147.51º88.29%80.39%-
XYZ24.8644.9221.27-
YUV139.71109.5345.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.14%
GREEN value IS 205 (80.47% from 255) = 61.01%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=7.14%
G=61.01%
B=31.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal242051070.8800.480.20147.5179.0444.9
Hex18CD6B5803014944f2d
Octal303151531300602422411755
Binary110001100110111010111011000011000010100100101001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18cd6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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