Html Css Color HEX #18EB50 Malachite

📋 copy color: '#18EB50'

red 24 ◦ green 235 ◦ blue 80

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

Shades of Malachite #18EB50

Tints of Malachite #18EB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 69.32%

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 7.08%
G = 69.32%
B = 23.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#18EB50 (or 0x18EB50) is known color: Malachite. HEX triplet: 18, EB and 50. RGB value is (24,235,80). Sum of RGB (Red+Green+Blue) = 24+235+80=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 235 (92.19% from 255 or 69.32% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 235 - color contains mainly: green. Hex color #18EB50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EB50 is #E714AF. Grayscale: #9A9A9A. Windows color (decimal): -15144112 or 5303064. OLE color: 5303064.

HSL color Cylindrical-coordinate representation of color #18EB50: hue angle of 135.92º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EB50 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 235 80 -
CMYK 0.90 0 0.66 0.08
HSL 135.92º 0.84% 0.51% -
HSV(B) 135.92º 0.9% 0.92% -
XYZ 31.53 60.19 17.55 -
YUV 154.24 86.1 35.1 -
System Red Green Blue C M Y K H S L
Decimal 24 235 80 0.90 0 0.66 0.08 135.92 0.84 0.51
Hex 18 EB 50 5A 0 42 8 88 54 33
Octal 30 353 120 132 0 102 10 210 124 63
Binary 11000 11101011 1010000 1011010 0 1000010 1000 10001000 1010100 110011

Color Harmonies of #18EB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EB50

Black with #18EB50

Text Example


Text Example

White with #18EB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,235,80); }

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

background-color css

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

 a { background-color: rgb(24,235,80); }

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

border-color css

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

 span { border-color: rgb(24,235,80); }

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