#18b67a

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

Shades of Mountain Meadow #18B67A

Tints of Mountain Meadow #18B67A

Color information

#18B67A (or 0x18B67A) is unknown color: approx Mountain Meadow. HEX triplet: 18, B6 and 7A. RGB value is (24,182,122). Sum of RGB (Red+Green+Blue) = 24+182+122=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #18B67A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B67A is #E74985. Grayscale: #808080. Windows color (decimal): -15157638 or 8042008. OLE color: 8042008.

HSL color Cylindrical-coordinate representation of color #18B67A: hue angle of 157.22º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B67A is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB24182122-
CMYK0.8700.330.29
HSL157.22º76.7%40.39%-
HSV(B)157.22º86.81%71.37%-
XYZ20.6235.0624.09-
YUV127.92124.6553.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.32%
GREEN value IS 182 (71.48% from 255) = 55.49%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=7.32%
G=55.49%
B=37.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241821220.8700.330.29157.2276.740.39
Hex18B67A570211D9d4d28
Octal302661721270413523511550
Binary110001011011011110101010111010000111101100111011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18b67a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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