#AAC395

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

Shades of Norway #AAC395

Tints of Norway #AAC395

Color information

#AAC395 (or 0xAAC395) is unknown color: approx Norway. HEX triplet: AA, C3 and 95. RGB value is (170,195,149). Sum of RGB (Red+Green+Blue) = 170+195+149=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC395 is #553C6A. Grayscale: #B6B6B6. Windows color (decimal): -5586027 or 9814954. OLE color: 9814954.

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

Color convert

RGB170195149-
CMYK0.1300.240.24
HSL92.61º27.71%67.45%-
HSV(B)92.61º23.59%76.47%-
XYZ41.5249.7535.85-
YUV182.28109.22119.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=33.07%
G=37.94%
B=28.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951490.1300.240.2492.6127.7167.45
HexAAC395D018185d1c43
Octal252303225150303013534103
Binary1010101011000011100101011101011000110001011101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC395; }

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

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

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

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

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

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

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

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