#AAC09A

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

Shades of Norway #AAC09A

Tints of Norway #AAC09A

Color information

#AAC09A (or 0xAAC09A) is unknown color: approx Norway. HEX triplet: AA, C0 and 9A. RGB value is (170,192,154). Sum of RGB (Red+Green+Blue) = 170+192+154=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC09A is #553F65. Grayscale: #B5B5B5. Windows color (decimal): -5586790 or 10141866. OLE color: 10141866.

HSL color Cylindrical-coordinate representation of color #AAC09A: hue angle of 94.74º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC09A is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB170192154-
CMYK0.1100.200.25
HSL94.74º23.17%67.84%-
HSV(B)94.74º19.79%75.29%-
XYZ41.2648.5837.77-
YUV181.09112.71120.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=32.95%
G=37.21%
B=29.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921540.1100.200.2594.7423.1767.84
HexAAC09AB014195f1744
Octal252300232130243113727104
Binary1010101011000000100110101011010100110011011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC09A; }

 p { color: rgb(170,192,154); }

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

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

 a { background-color: rgb(170,192,154); }

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

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

 span { border-color: rgb(170,192,154); }

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