#AAC595

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

Shades of Norway #AAC595

Tints of Norway #AAC595

Color information

#AAC595 (or 0xAAC595) is unknown color: approx Norway. HEX triplet: AA, C5 and 95. RGB value is (170,197,149). Sum of RGB (Red+Green+Blue) = 170+197+149=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC595 is #553A6A. Grayscale: #B7B7B7. Windows color (decimal): -5585515 or 9815466. OLE color: 9815466.

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

Color convert

RGB170197149-
CMYK0.1400.240.23
HSL93.75º29.27%67.84%-
HSV(B)93.75º24.37%77.25%-
XYZ41.9750.6536-
YUV183.46108.55118.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=32.95%
G=38.18%
B=28.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971490.1400.240.2393.7529.2767.84
HexAAC595E018175e1d44
Octal252305225160302713635104
Binary1010101011000101100101011110011000101111011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC595; }

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

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

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

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

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

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

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

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