#AAC594

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

Shades of Norway #AAC594

Tints of Norway #AAC594

Color information

#AAC594 (or 0xAAC594) is unknown color: approx Norway. HEX triplet: AA, C5 and 94. RGB value is (170,197,148). Sum of RGB (Red+Green+Blue) = 170+197+148=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC594 is #553A6B. Grayscale: #B7B7B7. Windows color (decimal): -5585516 or 9749930. OLE color: 9749930.

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

Color convert

RGB170197148-
CMYK0.1400.250.23
HSL93.06º29.7%67.65%-
HSV(B)93.06º24.87%77.25%-
XYZ41.8950.6235.58-
YUV183.34108.05118.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=33.01%
G=38.25%
B=28.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971480.1400.250.2393.0629.767.65
HexAAC594E019175d1e44
Octal252305224160312713536104
Binary1010101011000101100101001110011001101111011101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC594; }

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

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

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

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

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

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

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

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