#AAC295

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

Shades of Norway #AAC295

Tints of Norway #AAC295

Color information

#AAC295 (or 0xAAC295) is unknown color: approx Norway. HEX triplet: AA, C2 and 95. RGB value is (170,194,149). Sum of RGB (Red+Green+Blue) = 170+194+149=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC295 is #553D6A. Grayscale: #B5B5B5. Windows color (decimal): -5586283 or 9814698. OLE color: 9814698.

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

Color convert

RGB170194149-
CMYK0.1200.230.24
HSL92º26.95%67.25%-
HSV(B)92º23.2%76.08%-
XYZ41.2949.335.77-
YUV181.69109.55119.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=33.14%
G=37.82%
B=29.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941490.1200.230.249226.9567.25
HexAAC295C017185c1b43
Octal252302225140273013433103
Binary1010101011000010100101011100010111110001011100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC295; }

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

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

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

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

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

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

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

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