#AAC390

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

Shades of Norway #AAC390

Tints of Norway #AAC390

Color information

#AAC390 (or 0xAAC390) is unknown color: approx Norway. HEX triplet: AA, C3 and 90. RGB value is (170,195,144). Sum of RGB (Red+Green+Blue) = 170+195+144=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC390 is #553C6F. Grayscale: #B5B5B5. Windows color (decimal): -5586032 or 9487274. OLE color: 9487274.

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

Color convert

RGB170195144-
CMYK0.1300.260.24
HSL89.41º29.82%66.47%-
HSV(B)89.41º26.15%76.47%-
XYZ41.1349.5933.79-
YUV181.71106.72119.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 195 (76.56% from 255) = 38.31%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=33.40%
G=38.31%
B=28.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951440.1300.260.2489.4129.8266.47
HexAAC390D01A18591e42
Octal252303220150323013136102
Binary1010101011000011100100001101011010110001011001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC390; }

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

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

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

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

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

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

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

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