#18B37A

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

Shades of Mountain Meadow #18B37A

Tints of Mountain Meadow #18B37A

Color information

#18B37A (or 0x18B37A) is unknown color: approx Mountain Meadow. HEX triplet: 18, B3 and 7A. RGB value is (24,179,122). Sum of RGB (Red+Green+Blue) = 24+179+122=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #18B37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B37A is #E74C85. Grayscale: #7E7E7E. Windows color (decimal): -15158406 or 8041240. OLE color: 8041240.

HSL color Cylindrical-coordinate representation of color #18B37A: hue angle of 157.94º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B37A is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB24179122-
CMYK0.8700.320.30
HSL157.94º76.35%39.8%-
HSV(B)157.94º86.59%70.2%-
XYZ20.0133.8423.89-
YUV126.16125.6555.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.38%
GREEN value IS 179 (70.31% from 255) = 55.08%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=7.38%
G=55.08%
B=37.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal241791220.8700.320.30157.9476.3539.8
Hex18B37A570201E9e4c28
Octal302631721270403623611450
Binary110001011001111110101010111010000011110100111101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,179,122); }

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

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

 a { background-color: rgb(24,179,122); }

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

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

 span { border-color: rgb(24,179,122); }

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