#1AA570

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

Shades of Mountain Meadow #1AA570

Tints of Mountain Meadow #1AA570

Color information

#1AA570 (or 0x1AA570) is unknown color: approx Mountain Meadow. HEX triplet: 1A, A5 and 70. RGB value is (26,165,112). Sum of RGB (Red+Green+Blue) = 26+165+112=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA570 is #E55A8F. Grayscale: #757575. Windows color (decimal): -15030928 or 7382298. OLE color: 7382298.

HSL color Cylindrical-coordinate representation of color #1AA570: hue angle of 157.12º 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 #1AA570 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB26165112-
CMYK0.8400.320.35
HSL157.12º72.77%37.45%-
HSV(B)157.12º84.24%64.71%-
XYZ16.8128.319.91-
YUV117.4124.9562.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.58%
GREEN value IS 165 (64.84% from 255) = 54.46%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=8.58%
G=54.46%
B=36.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal261651120.8400.320.35157.1272.7737.45
Hex1AA57054020239d4925
Octal322451601240404323511145
Binary1101010100101111000010101000100000100011100111011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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