#1aab76

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

Shades of Mountain Meadow #1AAB76

Tints of Mountain Meadow #1AAB76

Color information

#1AAB76 (or 0x1AAB76) is unknown color: approx Mountain Meadow. HEX triplet: 1A, AB and 76. RGB value is (26,171,118). Sum of RGB (Red+Green+Blue) = 26+171+118=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAB76 is #E55489. Grayscale: #797979. Windows color (decimal): -15029386 or 7777050. OLE color: 7777050.

HSL color Cylindrical-coordinate representation of color #1AAB76: hue angle of 158.07º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAB76 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB26171118-
CMYK0.8500.310.33
HSL158.07º73.6%38.63%-
HSV(B)158.07º84.8%67.06%-
XYZ18.2630.6522.09-
YUV121.6125.9659.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.25%
GREEN value IS 171 (67.19% from 255) = 54.29%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=8.25%
G=54.29%
B=37.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261711180.8500.310.33158.0773.638.63
Hex1AAB765501F219e4a27
Octal322531661250374123611247
Binary110101010101111101101010101011111100001100111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1aab76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,171,118); }

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

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

 a { background-color: rgb(26,171,118); }

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

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

 span { border-color: rgb(26,171,118); }

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