#18A588

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

Shades of Mountain Meadow #18A588

Tints of Mountain Meadow #18A588

Color information

#18A588 (or 0x18A588) is unknown color: approx Mountain Meadow. HEX triplet: 18, A5 and 88. RGB value is (24,165,136). Sum of RGB (Red+Green+Blue) = 24+165+136=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #18A588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A588 is #E75A77. Grayscale: #777777. Windows color (decimal): -15161976 or 8955160. OLE color: 8955160.

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

Color convert

RGB24165136-
CMYK0.8500.180.35
HSL167.66º74.6%37.06%-
HSV(B)167.66º85.45%64.71%-
XYZ18.2828.8827.9-
YUV119.54137.2959.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.38%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=7.38%
G=50.77%
B=41.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241651360.8500.180.35167.6674.637.06
Hex18A5885501223a84b25
Octal302452101250224325011345
Binary1100010100101100010001010101010010100011101010001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,165,136); }

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

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

 a { background-color: rgb(24,165,136); }

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

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

 span { border-color: rgb(24,165,136); }

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