#18A080

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

Shades of Mountain Meadow #18A080

Tints of Mountain Meadow #18A080

Color information

#18A080 (or 0x18A080) is unknown color: approx Mountain Meadow. HEX triplet: 18, A0 and 80. RGB value is (24,160,128). Sum of RGB (Red+Green+Blue) = 24+160+128=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #18A080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A080 is #E75F7F. Grayscale: #737373. Windows color (decimal): -15163264 or 8429592. OLE color: 8429592.

HSL color Cylindrical-coordinate representation of color #18A080: hue angle of 165.88º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A080 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB24160128-
CMYK0.8500.200.37
HSL165.88º73.91%36.08%-
HSV(B)165.88º85%62.75%-
XYZ16.8426.8924.73-
YUV115.69134.9462.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.69%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 128 (50.39% from 255) = 41.03%
R=7.69%
G=51.28%
B=41.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal241601280.8500.200.37165.8873.9136.08
Hex18A0805501425a64a24
Octal302402001250244524611244
Binary1100010100000100000001010101010100100101101001101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,160,128); }

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

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

 a { background-color: rgb(24,160,128); }

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

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

 span { border-color: rgb(24,160,128); }

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