#AAC88A

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

Shades of Norway #AAC88A

Tints of Norway #AAC88A

Color information

#AAC88A (or 0xAAC88A) is unknown color: approx Norway. HEX triplet: AA, C8 and 8A. RGB value is (170,200,138). Sum of RGB (Red+Green+Blue) = 170+200+138=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC88A is #553775. Grayscale: #B8B8B8. Windows color (decimal): -5584758 or 9095338. OLE color: 9095338.

HSL color Cylindrical-coordinate representation of color #AAC88A: hue angle of 89.03º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC88A is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB170200138-
CMYK0.1500.310.22
HSL89.03º36.05%66.27%-
HSV(B)89.03º31%78.43%-
XYZ41.8251.6931.82-
YUV183.96102.06118.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 200 (78.52% from 255) = 39.37%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=33.46%
G=39.37%
B=27.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001380.1500.310.2289.0336.0566.27
HexAAC88AF01F16592442
Octal252310212170372613144102
Binary10101010110010001000101011110111111011010110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC88A; }

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

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

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

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

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

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

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

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