#18AA7E

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

Shades of Mountain Meadow #18AA7E

Tints of Mountain Meadow #18AA7E

Color information

#18AA7E (or 0x18AA7E) is unknown color: approx Mountain Meadow. HEX triplet: 18, AA and 7E. RGB value is (24,170,126). Sum of RGB (Red+Green+Blue) = 24+170+126=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA7E is #E75581. Grayscale: #797979. Windows color (decimal): -15160706 or 8301080. OLE color: 8301080.

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

Color convert

RGB24170126-
CMYK0.8600.260.33
HSL161.92º75.26%38.04%-
HSV(B)161.92º85.88%66.67%-
XYZ18.5230.4524.64-
YUV121.33130.6358.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.5%
GREEN value IS 170 (66.80% from 255) = 53.12%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=7.5%
G=53.12%
B=39.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241701260.8600.260.33161.9275.2638.04
Hex18AA7E5601A21a24b26
Octal302521761260324124211346
Binary110001010101011111101010110011010100001101000101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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