Html Css Color HEX #18F466 Malachite

📋 copy color: '#18F466'

red 24 ◦ green 244 ◦ blue 102

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

Shades of Malachite #18F466

Tints of Malachite #18F466

RGB

 RED value IS 24 (9.77% from 255) = 6.49%

 GREEN value IS 244 (95.7% from 255) = 65.95%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 6.49%
G = 65.95%
B = 27.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#18F466 (or 0x18F466) is known color: Malachite. HEX triplet: 18, F4 and 66. RGB value is (24,244,102). Sum of RGB (Red+Green+Blue) = 24+244+102=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 244 (95.70% from 255 or 65.95% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 244 - color contains mainly: green. Hex color #18F466 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F466 is #E70B99. Grayscale: #A2A2A2. Windows color (decimal): -15141786 or 6747160. OLE color: 6747160.

HSL color Cylindrical-coordinate representation of color #18F466: hue angle of 141.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F466 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 244 102 -
CMYK 0.90 0 0.58 0.04
HSL 141.27º 0.91% 0.53% -
HSV(B) 141.27º 0.9% 0.96% -
XYZ 35.13 65.85 23.43 -
YUV 162.03 94.11 29.55 -
System Red Green Blue C M Y K H S L
Decimal 24 244 102 0.90 0 0.58 0.04 141.27 0.91 0.53
Hex 18 F4 66 5A 0 3A 4 8D 5B 35
Octal 30 364 146 132 0 72 4 215 133 65
Binary 11000 11110100 1100110 1011010 0 111010 100 10001101 1011011 110101

Color Harmonies of #18F466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F466

Black with #18F466

Text Example


Text Example

White with #18F466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,244,102); }

 H1.HeaderClassName
 {
   color: #18F466;
 }
 .AnyTagClassName
 {
   color: #18F466;
 }
</style>

background-color css

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

 a { background-color: rgb(24,244,102); }

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

border-color css

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

 span { border-color: rgb(24,244,102); }

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