#1ABA6A

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

Shades of Mountain Meadow #1ABA6A

Tints of Mountain Meadow #1ABA6A

Color information

#1ABA6A (or 0x1ABA6A) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BA and 6A. RGB value is (26,186,106). Sum of RGB (Red+Green+Blue) = 26+186+106=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA6A is #E54595. Grayscale: #818181. Windows color (decimal): -15025558 or 6994458. OLE color: 6994458.

HSL color Cylindrical-coordinate representation of color #1ABA6A: hue angle of 150º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA6A is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB26186106-
CMYK0.8600.430.27
HSL150º75.47%41.57%-
HSV(B)150º86.02%72.94%-
XYZ20.5936.3819.57-
YUV129.04114.9954.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.18%
GREEN value IS 186 (73.05% from 255) = 58.49%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=8.18%
G=58.49%
B=33.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261861060.8600.430.2715075.4741.57
Hex1ABA6A5602B1B964b2a
Octal322721521260533322611352
Binary110101011101011010101010110010101111011100101101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,186,106); }

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

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

 a { background-color: rgb(26,186,106); }

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

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

 span { border-color: rgb(26,186,106); }

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