#18AB80

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

Shades of Mountain Meadow #18AB80

Tints of Mountain Meadow #18AB80

Color information

#18AB80 (or 0x18AB80) is unknown color: approx Mountain Meadow. HEX triplet: 18, AB and 80. RGB value is (24,171,128). Sum of RGB (Red+Green+Blue) = 24+171+128=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AB80 is #E7547F. Grayscale: #7A7A7A. Windows color (decimal): -15160448 or 8432408. OLE color: 8432408.

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

Color convert

RGB24171128-
CMYK0.8600.250.33
HSL162.45º75.38%38.24%-
HSV(B)162.45º85.96%67.06%-
XYZ18.8430.8825.39-
YUV122.14131.358-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.43%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=7.43%
G=52.94%
B=39.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241711280.8600.250.33162.4575.3838.24
Hex18AB805601921a24b26
Octal302532001260314124211346
Binary1100010101011100000001010110011001100001101000101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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