#1AA57D

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

Shades of Mountain Meadow #1AA57D

Tints of Mountain Meadow #1AA57D

Color information

#1AA57D (or 0x1AA57D) is unknown color: approx Mountain Meadow. HEX triplet: 1A, A5 and 7D. RGB value is (26,165,125). Sum of RGB (Red+Green+Blue) = 26+165+125=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA57D is #E55A82. Grayscale: #767676. Windows color (decimal): -15030915 or 8234266. OLE color: 8234266.

HSL color Cylindrical-coordinate representation of color #1AA57D: hue angle of 162.73º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA57D is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB26165125-
CMYK0.8400.240.35
HSL162.73º72.77%37.45%-
HSV(B)162.73º84.24%64.71%-
XYZ17.5828.6124-
YUV118.88131.4561.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.23%
GREEN value IS 165 (64.84% from 255) = 52.22%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=8.23%
G=52.22%
B=39.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal261651250.8400.240.35162.7372.7737.45
Hex1AA57D5401823a34925
Octal322451751240304324311145
Binary110101010010111111011010100011000100011101000111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,165,125); }

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

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

 a { background-color: rgb(26,165,125); }

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

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

 span { border-color: rgb(26,165,125); }

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