Html Css Color HEX #18FF42 Malachite

📋 copy color: '#18FF42'

red 24 ◦ green 255 ◦ blue 66

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

Shades of Malachite #18FF42

Tints of Malachite #18FF42

RGB

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

 GREEN value IS 255 (100% from 255) = 73.91%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 6.96%
G = 73.91%
B = 19.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#18FF42 (or 0x18FF42) is known color: Malachite. HEX triplet: 18, FF and 42. RGB value is (24,255,66). Sum of RGB (Red+Green+Blue) = 24+255+66=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FF42 is #E700BD. Grayscale: #A4A4A4. Windows color (decimal): -15139006 or 4390680. OLE color: 4390680.

HSL color Cylindrical-coordinate representation of color #18FF42: hue angle of 130.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF42 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 24 255 66 -
CMYK 0.91 0 0.74 0
HSL 130.91º 1% 0.55% -
HSV(B) 130.91º 0.91% 1% -
XYZ 37.12 72.11 17.12 -
YUV 164.39 72.47 27.87 -
System Red Green Blue C M Y K H S L
Decimal 24 255 66 0.91 0 0.74 0 130.91 1 0.55
Hex 18 FF 42 5B 0 4A 0 83 64 37
Octal 30 377 102 133 0 112 0 203 144 67
Binary 11000 11111111 1000010 1011011 0 1001010 0 10000011 1100100 110111

Color Harmonies of #18FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FF42

Black with #18FF42

Text Example


Text Example

White with #18FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,255,66); }

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

background-color css

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

 a { background-color: rgb(24,255,66); }

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

border-color css

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

 span { border-color: rgb(24,255,66); }

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