#1AB386

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

Shades of Mountain Meadow #1AB386

Tints of Mountain Meadow #1AB386

Color information

#1AB386 (or 0x1AB386) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B3 and 86. RGB value is (26,179,134). Sum of RGB (Red+Green+Blue) = 26+179+134=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB386 is #E54C79. Grayscale: #808080. Windows color (decimal): -15027322 or 8827674. OLE color: 8827674.

HSL color Cylindrical-coordinate representation of color #1AB386: hue angle of 162.35º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB386 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB26179134-
CMYK0.8500.250.30
HSL162.35º74.63%40.2%-
HSV(B)162.35º85.47%70.2%-
XYZ20.8534.1828.05-
YUV128.12131.3155.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.67%
GREEN value IS 179 (70.31% from 255) = 52.80%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=7.67%
G=52.80%
B=39.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal261791340.8500.250.30162.3574.6340.2
Hex1AB386550191Ea24b28
Octal322632061250313624211350
Binary110101011001110000110101010101100111110101000101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AB386; }

 p { color: rgb(26,179,134); }

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

<style>
 a { background-color: #1AB386; }

 a { background-color: rgb(26,179,134); }

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

<style>
 span { border-color: #1AB386; }

 span { border-color: rgb(26,179,134); }

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