Html Css Color HEX #18FA41 Malachite

📋 copy color: '#18FA41'

red 24 ◦ green 250 ◦ blue 65

#18FA41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #18FA41

Tints of Malachite #18FA41

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 value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#18FA41 (or 0x18FA41) is known color: 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

RGB 24 250 65 -
CMYK 0.90 0 0.74 0.02
HSL 130.89º 0.96% 0.54% -
HSV(B) 130.89º 0.9% 0.98% -
XYZ 35.52 68.95 16.44 -
YUV 161.34 73.63 30.04 -
System Red Green Blue C M Y K H S L
Decimal 24 250 65 0.90 0 0.74 0.02 130.89 0.96 0.54
Hex 18 FA 41 5A 0 4A 2 83 60 36
Octal 30 372 101 132 0 112 2 203 140 66
Binary 11000 11111010 1000001 1011010 0 1001010 10 10000011 1100000 110110

Color Harmonies of #18FA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FA41

Black with #18FA41

Text Example


Text Example

White with #18FA41

Text Example


Text Example

HTML Codes & Css Web 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>