#AAC591

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

Shades of Norway #AAC591

Tints of Norway #AAC591

Color information

#AAC591 (or 0xAAC591) is unknown color: approx Norway. HEX triplet: AA, C5 and 91. RGB value is (170,197,145). Sum of RGB (Red+Green+Blue) = 170+197+145=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC591 is #553A6E. Grayscale: #B7B7B7. Windows color (decimal): -5585519 or 9553322. OLE color: 9553322.

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

Color convert

RGB170197145-
CMYK0.1400.260.23
HSL91.15º30.95%67.06%-
HSV(B)91.15º26.4%77.25%-
XYZ41.6550.5234.34-
YUV183106.55118.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=33.20%
G=38.48%
B=28.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971450.1400.260.2391.1530.9567.06
HexAAC591E01A175b1f43
Octal252305221160322713337103
Binary1010101011000101100100011110011010101111011011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC591; }

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

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

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

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

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

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

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

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