#1ABA82

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

Shades of Mountain Meadow #1ABA82

Tints of Mountain Meadow #1ABA82

Color information

#1ABA82 (or 0x1ABA82) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BA and 82. RGB value is (26,186,130). Sum of RGB (Red+Green+Blue) = 26+186+130=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABA82 is #E5457D. Grayscale: #838383. Windows color (decimal): -15025534 or 8567322. OLE color: 8567322.

HSL color Cylindrical-coordinate representation of color #1ABA82: hue angle of 159º 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 #1ABA82 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB26186130-
CMYK0.8600.300.27
HSL159º75.47%41.57%-
HSV(B)159º86.02%72.94%-
XYZ22.0136.9527.09-
YUV131.78126.9952.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.60%
GREEN value IS 186 (73.05% from 255) = 54.39%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=7.60%
G=54.39%
B=38.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261861300.8600.300.2715975.4741.57
Hex1ABA825601E1B9f4b2a
Octal322722021260363323711352
Binary110101011101010000010101011001111011011100111111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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