#18C056

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

Shades of Malachite #18C056

Tints of Malachite #18C056

Color information

#18C056 (or 0x18C056) is unknown color: approx Malachite. HEX triplet: 18, C0 and 56. RGB value is (24,192,86). Sum of RGB (Red+Green+Blue) = 24+192+86=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #18C056 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C056 is #E73FA9. Grayscale: #818181. Windows color (decimal): -15155114 or 5685272. OLE color: 5685272.

HSL color Cylindrical-coordinate representation of color #18C056: hue angle of 142.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C056 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB2419286-
CMYK0.8800.550.25
HSL142.14º77.78%42.35%-
HSV(B)142.14º87.5%75.29%-
XYZ20.9138.5715.15-
YUV129.68103.3452.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.95%
GREEN value IS 192 (75.39% from 255) = 63.58%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=7.95%
G=63.58%
B=28.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24192860.8800.550.25142.1477.7842.35
Hex18C05658037198e4e2a
Octal303001261300673121611652
Binary110001100000010101101011000011011111001100011101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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