#18D056

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

Shades of Malachite #18D056

Tints of Malachite #18D056

Color information

#18D056 (or 0x18D056) is unknown color: approx Malachite. HEX triplet: 18, D0 and 56. RGB value is (24,208,86). Sum of RGB (Red+Green+Blue) = 24+208+86=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #18D056 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D056 is #E72FA9. Grayscale: #8B8B8B. Windows color (decimal): -15151018 or 5689368. OLE color: 5689368.

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

Color convert

RGB2420886-
CMYK0.8800.590.18
HSL140.22º79.31%45.49%-
HSV(B)140.22º88.46%81.57%-
XYZ24.6145.9816.38-
YUV139.0898.0445.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.55%
GREEN value IS 208 (81.64% from 255) = 65.41%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=7.55%
G=65.41%
B=27.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal24208860.8800.590.18140.2279.3145.49
Hex18D0565803B128c4f2d
Octal303201261300732221411755
Binary110001101000010101101011000011101110010100011001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,208,86); }

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

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

 a { background-color: rgb(24,208,86); }

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

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

 span { border-color: rgb(24,208,86); }

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