#18B97B

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

Shades of Mountain Meadow #18B97B

Tints of Mountain Meadow #18B97B

Color information

#18B97B (or 0x18B97B) is unknown color: approx Mountain Meadow. HEX triplet: 18, B9 and 7B. RGB value is (24,185,123). Sum of RGB (Red+Green+Blue) = 24+185+123=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 185 (72.66% from 255 or 55.72% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 185 - color contains mainly: green. Hex color #18B97B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B97B is #E74684. Grayscale: #818181. Windows color (decimal): -15156869 or 8108312. OLE color: 8108312.

HSL color Cylindrical-coordinate representation of color #18B97B: hue angle of 156.89º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B97B is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB24185123-
CMYK0.8700.340.27
HSL156.89º77.03%40.98%-
HSV(B)156.89º87.03%72.55%-
XYZ21.336.3224.63-
YUV129.79124.1652.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.23%
GREEN value IS 185 (72.66% from 255) = 55.72%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=7.23%
G=55.72%
B=37.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241851230.8700.340.27156.8977.0340.98
Hex18B97B570221B9d4d29
Octal302711731270423323511551
Binary110001011100111110111010111010001011011100111011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,185,123); }

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

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

 a { background-color: rgb(24,185,123); }

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

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

 span { border-color: rgb(24,185,123); }

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