#18A386

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

Shades of Mountain Meadow #18A386

Tints of Mountain Meadow #18A386

Color information

#18A386 (or 0x18A386) is unknown color: approx Mountain Meadow. HEX triplet: 18, A3 and 86. RGB value is (24,163,134). Sum of RGB (Red+Green+Blue) = 24+163+134=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #18A386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A386 is #E75C79. Grayscale: #767676. Windows color (decimal): -15162490 or 8823576. OLE color: 8823576.

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

Color convert

RGB24163134-
CMYK0.8500.180.36
HSL167.48º74.33%36.67%-
HSV(B)167.48º85.28%63.92%-
XYZ17.7828.1127.04-
YUV118.13136.9560.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.48%
GREEN value IS 163 (64.06% from 255) = 50.78%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=7.48%
G=50.78%
B=41.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241631340.8500.180.36167.4874.3336.67
Hex18A3865501224a74a25
Octal302432061250224424711245
Binary1100010100011100001101010101010010100100101001111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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