#18AC8D

Color #18AC8D Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #18AC8D

Tints of Mountain Meadow #18AC8D

Color information

#18AC8D (or 0x18AC8D) is unknown color: approx 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

RGB24172141-
CMYK0.8600.180.33
HSL167.43º75.51%38.43%-
HSV(B)167.43º86.05%67.45%-
XYZ19.9431.6230.25-
YUV124.21137.4756.52-

RGB Variations

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

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 (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241721410.8600.180.33167.4375.5138.43
Hex18AC8D5601221a74c26
Octal302542151260224124711446
Binary1100010101100100011011010110010010100001101001111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>