Html Css Color HEX #18AC8D Mountain Meadow

📋 copy color: '#18AC8D'

red 24 ◦ green 172 ◦ blue 141

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

Shades of Mountain Meadow #18AC8D

Tints of Mountain Meadow #18AC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.04%

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 7.12%
G = 51.04%
B = 41.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#18AC8D (or 0x18AC8D) is known color: Mountain Meadow. HEX triplet: 18, AC and 8D. RGB value is (24,172,141). Sum of RGB (Red+Green+Blue) = 24+172+141=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AC8D is #E75372. Grayscale: #7C7C7C. Windows color (decimal): -15160179 or 9284632. OLE color: 9284632.

HSL color Cylindrical-coordinate representation of color #18AC8D: hue angle of 167.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AC8D is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 172 141 -
CMYK 0.86 0 0.18 0.33
HSL 167.43º 0.76% 0.38% -
HSV(B) 167.43º 0.86% 0.67% -
XYZ 19.94 31.62 30.25 -
YUV 124.21 137.47 56.52 -
System Red Green Blue C M Y K H S L
Decimal 24 172 141 0.86 0 0.18 0.33 167.43 0.76 0.38
Hex 18 AC 8D 56 0 12 21 A7 4C 26
Octal 30 254 215 126 0 22 41 247 114 46
Binary 11000 10101100 10001101 1010110 0 10010 100001 10100111 1001100 100110

Color Harmonies of #18AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC8D

Black with #18AC8D

Text Example


Text Example

White with #18AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,172,141); }

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

background-color css

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

 a { background-color: rgb(24,172,141); }

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

border-color css

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

 span { border-color: rgb(24,172,141); }

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