#AAC495

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

Shades of Norway #AAC495

Tints of Norway #AAC495

Color information

#AAC495 (or 0xAAC495) is unknown color: approx Norway. HEX triplet: AA, C4 and 95. RGB value is (170,196,149). Sum of RGB (Red+Green+Blue) = 170+196+149=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC495 is #553B6A. Grayscale: #B7B7B7. Windows color (decimal): -5585771 or 9815210. OLE color: 9815210.

HSL color Cylindrical-coordinate representation of color #AAC495: hue angle of 93.19º degrees, saturation: 0.28, 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 #AAC495 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB170196149-
CMYK0.1300.240.23
HSL93.19º28.48%67.65%-
HSV(B)93.19º23.98%76.86%-
XYZ41.7450.235.92-
YUV182.87108.89118.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=33.01%
G=38.06%
B=28.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961490.1300.240.2393.1928.4867.65
HexAAC495D018175d1c44
Octal252304225150302713534104
Binary1010101011000100100101011101011000101111011101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC495; }

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

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

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

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

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

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

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

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