#AAC58A

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

Shades of Norway #AAC58A

Tints of Norway #AAC58A

Color information

#AAC58A (or 0xAAC58A) is unknown color: approx Norway. HEX triplet: AA, C5 and 8A. RGB value is (170,197,138). Sum of RGB (Red+Green+Blue) = 170+197+138=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC58A is #553A75. Grayscale: #B6B6B6. Windows color (decimal): -5585526 or 9094570. OLE color: 9094570.

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

Color convert

RGB170197138-
CMYK0.1400.300.23
HSL87.46º33.71%65.69%-
HSV(B)87.46º29.95%77.25%-
XYZ41.1350.3131.59-
YUV182.2103.05119.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 197 (77.34% from 255) = 39.01%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=33.66%
G=39.01%
B=27.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971380.1400.300.2387.4633.7165.69
HexAAC58AE01E17572242
Octal252305212160362712742102
Binary10101010110001011000101011100111101011110101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC58A; }

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

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

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

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

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

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

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

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