#18BA85

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

Shades of Mountain Meadow #18BA85

Tints of Mountain Meadow #18BA85

Color information

#18BA85 (or 0x18BA85) is unknown color: approx Mountain Meadow. HEX triplet: 18, BA and 85. RGB value is (24,186,133). Sum of RGB (Red+Green+Blue) = 24+186+133=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BA85 is #E7457A. Grayscale: #838383. Windows color (decimal): -15156603 or 8763928. OLE color: 8763928.

HSL color Cylindrical-coordinate representation of color #18BA85: hue angle of 160.37º 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 #18BA85 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB24186133-
CMYK0.8700.280.27
HSL160.37º77.14%41.18%-
HSV(B)160.37º87.1%72.94%-
XYZ22.1737.0128.16-
YUV131.52128.8351.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.00%
GREEN value IS 186 (73.05% from 255) = 54.23%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=7.00%
G=54.23%
B=38.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241861330.8700.280.27160.3777.1441.18
Hex18BA855701C1Ba04d29
Octal302722051270343324011551
Binary110001011101010000101101011101110011011101000001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,186,133); }

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

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

 a { background-color: rgb(24,186,133); }

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

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

 span { border-color: rgb(24,186,133); }

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