#18A68B

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

Shades of Mountain Meadow #18A68B

Tints of Mountain Meadow #18A68B

Color information

#18A68B (or 0x18A68B) is unknown color: approx Mountain Meadow. HEX triplet: 18, A6 and 8B. RGB value is (24,166,139). Sum of RGB (Red+Green+Blue) = 24+166+139=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #18A68B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A68B is #E75974. Grayscale: #787878. Windows color (decimal): -15161717 or 9152024. OLE color: 9152024.

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

Color convert

RGB24166139-
CMYK0.8600.160.35
HSL168.59º74.74%37.25%-
HSV(B)168.59º85.54%65.1%-
XYZ18.6729.3329.1-
YUV120.46138.4659.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.29%
GREEN value IS 166 (65.23% from 255) = 50.46%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=7.29%
G=50.46%
B=42.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241661390.8600.160.35168.5974.7437.25
Hex18A68B5601023a94b25
Octal302462131260204325111345
Binary1100010100110100010111010110010000100011101010011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,166,139); }

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

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

 a { background-color: rgb(24,166,139); }

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

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

 span { border-color: rgb(24,166,139); }

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