#18F056

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

Shades of Malachite #18F056

Tints of Malachite #18F056

Color information

#18F056 (or 0x18F056) is unknown color: approx Malachite. HEX triplet: 18, F0 and 56. RGB value is (24,240,86). Sum of RGB (Red+Green+Blue) = 24+240+86=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #18F056 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F056 is #E70FA9. Grayscale: #9E9E9E. Windows color (decimal): -15142826 or 5697560. OLE color: 5697560.

HSL color Cylindrical-coordinate representation of color #18F056: hue angle of 137.22º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F056 is Cyan = 0.9, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB2424086-
CMYK0.900.640.06
HSL137.22º87.8%51.76%-
HSV(B)137.22º90%94.12%-
XYZ33.2263.1919.25-
YUV157.8687.4432.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.86%
GREEN value IS 240 (94.14% from 255) = 68.57%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=6.86%
G=68.57%
B=24.57%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24240860.900.640.06137.2287.851.76
Hex18F0565A0406895834
Octal303601261320100621113064
Binary11000111100001010110101101001000000110100010011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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