#1AAC82

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

Shades of Mountain Meadow #1AAC82

Tints of Mountain Meadow #1AAC82

Color information

#1AAC82 (or 0x1AAC82) is unknown color: approx Mountain Meadow. HEX triplet: 1A, AC and 82. RGB value is (26,172,130). Sum of RGB (Red+Green+Blue) = 26+172+130=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAC82 is #E5537D. Grayscale: #7B7B7B. Windows color (decimal): -15029118 or 8563738. OLE color: 8563738.

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

Color convert

RGB26172130-
CMYK0.8500.240.33
HSL162.74º73.74%38.82%-
HSV(B)162.74º84.88%67.45%-
XYZ19.2131.3426.16-
YUV123.56131.6358.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.93%
GREEN value IS 172 (67.58% from 255) = 52.44%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=7.93%
G=52.44%
B=39.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261721300.8500.240.33162.7473.7438.82
Hex1AAC825501821a34a27
Octal322542021250304124311247
Binary1101010101100100000101010101011000100001101000111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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