#18AC92

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

Shades of Mountain Meadow #18AC92

Tints of Mountain Meadow #18AC92

Color information

#18AC92 (or 0x18AC92) is unknown color: approx Mountain Meadow. HEX triplet: 18, AC and 92. RGB value is (24,172,146). Sum of RGB (Red+Green+Blue) = 24+172+146=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AC92 is #E7536D. Grayscale: #7C7C7C. Windows color (decimal): -15160174 or 9612312. OLE color: 9612312.

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

Color convert

RGB24172146-
CMYK0.8600.150.33
HSL169.46º75.51%38.43%-
HSV(B)169.46º86.05%67.45%-
XYZ20.3231.7732.26-
YUV124.78139.9756.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.02%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=7.02%
G=50.29%
B=42.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241721460.8600.150.33169.4675.5138.43
Hex18AC92560F21a94c26
Octal302542221260174125111446
Binary110001010110010010010101011001111100001101010011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,172,146); }

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

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

 a { background-color: rgb(24,172,146); }

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

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

 span { border-color: rgb(24,172,146); }

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