#18AA86

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

Shades of Mountain Meadow #18AA86

Tints of Mountain Meadow #18AA86

Color information

#18AA86 (or 0x18AA86) is unknown color: approx Mountain Meadow. HEX triplet: 18, AA and 86. RGB value is (24,170,134). Sum of RGB (Red+Green+Blue) = 24+170+134=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AA86 is #E75579. Grayscale: #7A7A7A. Windows color (decimal): -15160698 or 8825368. OLE color: 8825368.

HSL color Cylindrical-coordinate representation of color #18AA86: hue angle of 165.21º degrees, saturation: 0.75, 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 #18AA86 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB24170134-
CMYK0.8600.210.33
HSL165.21º75.26%38.04%-
HSV(B)165.21º85.88%66.67%-
XYZ19.0530.6627.47-
YUV122.24134.6357.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.32%
GREEN value IS 170 (66.80% from 255) = 51.83%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=7.32%
G=51.83%
B=40.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241701340.8600.210.33165.2175.2638.04
Hex18AA865601521a54b26
Octal302522061260254124511346
Binary1100010101010100001101010110010101100001101001011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,170,134); }

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

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

 a { background-color: rgb(24,170,134); }

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

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

 span { border-color: rgb(24,170,134); }

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