Html Css Color HEX #18ED66 Malachite

📋 copy color: '#18ED66'

red 24 ◦ green 237 ◦ blue 102

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

Shades of Malachite #18ED66

Tints of Malachite #18ED66

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.29%

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

R = 6.61%
G = 65.29%
B = 28.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#18ED66 (or 0x18ED66) is known color: Malachite. HEX triplet: 18, ED and 66. RGB value is (24,237,102). Sum of RGB (Red+Green+Blue) = 24+237+102=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 237 (92.97% from 255 or 65.29% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 237 - color contains mainly: green. Hex color #18ED66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18ED66 is #E71299. Grayscale: #9E9E9E. Windows color (decimal): -15143578 or 6745368. OLE color: 6745368.

HSL color Cylindrical-coordinate representation of color #18ED66: hue angle of 141.97º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ED66 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 237 102 -
CMYK 0.90 0 0.57 0.07
HSL 141.97º 0.86% 0.51% -
HSV(B) 141.97º 0.9% 0.93% -
XYZ 33.06 61.72 22.74 -
YUV 157.92 96.43 32.48 -
System Red Green Blue C M Y K H S L
Decimal 24 237 102 0.90 0 0.57 0.07 141.97 0.86 0.51
Hex 18 ED 66 5A 0 39 7 8E 56 33
Octal 30 355 146 132 0 71 7 216 126 63
Binary 11000 11101101 1100110 1011010 0 111001 111 10001110 1010110 110011

Color Harmonies of #18ED66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ED66

Black with #18ED66

Text Example


Text Example

White with #18ED66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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