#1AAE84

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

Shades of Mountain Meadow #1AAE84

Tints of Mountain Meadow #1AAE84

Color information

#1AAE84 (or 0x1AAE84) is unknown color: approx Mountain Meadow. HEX triplet: 1A, AE and 84. RGB value is (26,174,132). Sum of RGB (Red+Green+Blue) = 26+174+132=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAE84 is #E5517B. Grayscale: #7C7C7C. Windows color (decimal): -15028604 or 8695322. OLE color: 8695322.

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

Color convert

RGB26174132-
CMYK0.8500.240.32
HSL162.97º74%39.22%-
HSV(B)162.97º85.06%68.24%-
XYZ19.7332.1627-
YUV124.96131.9757.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.83%
GREEN value IS 174 (68.36% from 255) = 52.41%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=7.83%
G=52.41%
B=39.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261741320.8500.240.32162.977439.22
Hex1AAE845501820a34a27
Octal322562041250304024311247
Binary1101010101110100001001010101011000100000101000111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,174,132); }

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

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

 a { background-color: rgb(26,174,132); }

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

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

 span { border-color: rgb(26,174,132); }

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