#AAC88E

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

Shades of Norway #AAC88E

Tints of Norway #AAC88E

Color information

#AAC88E (or 0xAAC88E) is unknown color: approx Norway. HEX triplet: AA, C8 and 8E. RGB value is (170,200,142). Sum of RGB (Red+Green+Blue) = 170+200+142=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC88E is #553771. Grayscale: #B8B8B8. Windows color (decimal): -5584754 or 9357482. OLE color: 9357482.

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

Color convert

RGB170200142-
CMYK0.1500.290.22
HSL91.03º34.52%67.06%-
HSV(B)91.03º29%78.43%-
XYZ42.1151.8133.37-
YUV184.42104.06117.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 200 (78.52% from 255) = 39.06%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=33.20%
G=39.06%
B=27.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001420.1500.290.2291.0334.5267.06
HexAAC88EF01D165b2343
Octal252310216170352613343103
Binary10101010110010001000111011110111011011010110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC88E; }

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

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

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

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

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

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

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

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