#18AD8F

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

Shades of Mountain Meadow #18AD8F

Tints of Mountain Meadow #18AD8F

Color information

#18AD8F (or 0x18AD8F) is unknown color: approx Mountain Meadow. HEX triplet: 18, AD and 8F. RGB value is (24,173,143). Sum of RGB (Red+Green+Blue) = 24+173+143=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AD8F is #E75270. Grayscale: #7D7D7D. Windows color (decimal): -15159921 or 9415960. OLE color: 9415960.

HSL color Cylindrical-coordinate representation of color #18AD8F: hue angle of 167.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AD8F is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB24173143-
CMYK0.8600.170.32
HSL167.92º75.63%38.63%-
HSV(B)167.92º86.13%67.84%-
XYZ20.2832.0631.11-
YUV125.03138.1455.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.06%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=7.06%
G=50.88%
B=42.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal241731430.8600.170.32167.9275.6338.63
Hex18AD8F5601120a84c27
Octal302552171260214025011447
Binary1100010101101100011111010110010001100000101010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,173,143); }

 H1.HeaderClassName
 {
   color: #18AD8F;
 }
 .AnyTagClassName
 {
   color: #18AD8F;
 }
</style>
background-color css

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

 a { background-color: rgb(24,173,143); }

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

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

 span { border-color: rgb(24,173,143); }

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