#1AAC8D

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

Shades of Mountain Meadow #1AAC8D

Tints of Mountain Meadow #1AAC8D

Color information

#1AAC8D (or 0x1AAC8D) is unknown color: approx Mountain Meadow. HEX triplet: 1A, AC and 8D. RGB value is (26,172,141). Sum of RGB (Red+Green+Blue) = 26+172+141=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAC8D is #E55372. Grayscale: #7C7C7C. Windows color (decimal): -15029107 or 9284634. OLE color: 9284634.

HSL color Cylindrical-coordinate representation of color #1AAC8D: hue angle of 167.26º 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 #1AAC8D is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB26172141-
CMYK0.8500.180.33
HSL167.26º73.74%38.82%-
HSV(B)167.26º84.88%67.45%-
XYZ19.9931.6530.25-
YUV124.81137.1357.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.67%
GREEN value IS 172 (67.58% from 255) = 50.74%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=7.67%
G=50.74%
B=41.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261721410.8500.180.33167.2673.7438.82
Hex1AAC8D5501221a74a27
Octal322542151250224124711247
Binary1101010101100100011011010101010010100001101001111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,172,141); }

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

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

 a { background-color: rgb(26,172,141); }

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

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

 span { border-color: rgb(26,172,141); }

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