#AAC590

Color #AAC590 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #AAC590

Tints of Norway #AAC590

Color information

#AAC590 (or 0xAAC590) is unknown color: approx Norway. HEX triplet: AA, C5 and 90. RGB value is (170,197,144). Sum of RGB (Red+Green+Blue) = 170+197+144=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC590 is #553A6F. Grayscale: #B7B7B7. Windows color (decimal): -5585520 or 9487786. OLE color: 9487786.

HSL color Cylindrical-coordinate representation of color #AAC590: hue angle of 90.57º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC590 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB170197144-
CMYK0.1400.270.23
HSL90.57º31.36%66.86%-
HSV(B)90.57º26.9%77.25%-
XYZ41.5850.4933.94-
YUV182.88106.05118.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=33.27%
G=38.55%
B=28.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971440.1400.270.2390.5731.3666.86
HexAAC590E01B175b1f43
Octal252305220160332713337103
Binary1010101011000101100100001110011011101111011011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC590; }

 p { color: rgb(170,197,144); }

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

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

 a { background-color: rgb(170,197,144); }

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

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

 span { border-color: rgb(170,197,144); }

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