Html Css Color HEX #18DD68 Malachite

📋 copy color: '#18DD68'

red 24 ◦ green 221 ◦ blue 104

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

Shades of Malachite #18DD68

Tints of Malachite #18DD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 63.32%

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 6.88%
G = 63.32%
B = 29.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#18DD68 (or 0x18DD68) is known color: Malachite. HEX triplet: 18, DD and 68. RGB value is (24,221,104). Sum of RGB (Red+Green+Blue) = 24+221+104=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DD68 is #E72297. Grayscale: #959595. Windows color (decimal): -15147672 or 6872344. OLE color: 6872344.

HSL color Cylindrical-coordinate representation of color #18DD68: hue angle of 144.37º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DD68 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 221 104 -
CMYK 0.89 0 0.53 0.13
HSL 144.37º 0.8% 0.48% -
HSV(B) 144.37º 0.89% 0.87% -
XYZ 28.73 52.91 21.79 -
YUV 148.76 102.73 39.01 -
System Red Green Blue C M Y K H S L
Decimal 24 221 104 0.89 0 0.53 0.13 144.37 0.8 0.48
Hex 18 DD 68 59 0 35 D 90 50 30
Octal 30 335 150 131 0 65 15 220 120 60
Binary 11000 11011101 1101000 1011001 0 110101 1101 10010000 1010000 110000

Color Harmonies of #18DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DD68

Black with #18DD68

Text Example


Text Example

White with #18DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,221,104); }

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

background-color css

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

 a { background-color: rgb(24,221,104); }

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

border-color css

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

 span { border-color: rgb(24,221,104); }

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