#18A98E

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

Shades of Mountain Meadow #18A98E

Tints of Mountain Meadow #18A98E

Color information

#18A98E (or 0x18A98E) is unknown color: approx Mountain Meadow. HEX triplet: 18, A9 and 8E. RGB value is (24,169,142). Sum of RGB (Red+Green+Blue) = 24+169+142=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #18A98E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A98E is #E75671. Grayscale: #7A7A7A. Windows color (decimal): -15160946 or 9349400. OLE color: 9349400.

HSL color Cylindrical-coordinate representation of color #18A98E: hue angle of 168.83º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A98E is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB24169142-
CMYK0.8600.160.34
HSL168.83º75.13%37.84%-
HSV(B)168.83º85.8%66.27%-
XYZ19.4530.5230.46-
YUV122.57138.9657.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.16%
GREEN value IS 169 (66.41% from 255) = 50.45%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=7.16%
G=50.45%
B=42.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal241691420.8600.160.34168.8375.1337.84
Hex18A98E5601022a94b26
Octal302512161260204225111346
Binary1100010101001100011101010110010000100010101010011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,169,142); }

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

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

 a { background-color: rgb(24,169,142); }

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

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

 span { border-color: rgb(24,169,142); }

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