#18FA41

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

Shades of Malachite #18FA41

Tints of Malachite #18FA41

Color information

#18FA41 (or 0x18FA41) is unknown color: approx Malachite. HEX triplet: 18, FA and 41. RGB value is (24,250,65). Sum of RGB (Red+Green+Blue) = 24+250+65=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FA41 is #E705BE. Grayscale: #A1A1A1. Windows color (decimal): -15140287 or 4323864. OLE color: 4323864.

HSL color Cylindrical-coordinate representation of color #18FA41: hue angle of 130.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FA41 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2425065-
CMYK0.9000.740.02
HSL130.88º95.76%53.73%-
HSV(B)130.88º90.4%98.04%-
XYZ35.5268.9516.44-
YUV161.3473.6330.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.08%
GREEN value IS 250 (98.05% from 255) = 73.75%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=7.08%
G=73.75%
B=19.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24250650.9000.740.02130.8895.7653.73
Hex18FA415A04A2836036
Octal303721011320112220314066
Binary1100011111010100000110110100100101010100000111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18FA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,250,65); }

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

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

 a { background-color: rgb(24,250,65); }

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

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

 span { border-color: rgb(24,250,65); }

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