#AAC58C

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

Shades of Norway #AAC58C

Tints of Norway #AAC58C

Color information

#AAC58C (or 0xAAC58C) is unknown color: approx Norway. HEX triplet: AA, C5 and 8C. RGB value is (170,197,140). Sum of RGB (Red+Green+Blue) = 170+197+140=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC58C is #553A73. Grayscale: #B6B6B6. Windows color (decimal): -5585524 or 9225642. OLE color: 9225642.

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

Color convert

RGB170197140-
CMYK0.1400.290.23
HSL88.42º32.95%66.08%-
HSV(B)88.42º28.93%77.25%-
XYZ41.2850.3732.36-
YUV182.43104.05119.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=33.53%
G=38.86%
B=27.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971400.1400.290.2388.4232.9566.08
HexAAC58CE01D17582142
Octal252305214160352713041102
Binary10101010110001011000110011100111011011110110001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC58C; }

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

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

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

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

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

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

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

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