#AAC98D

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

Shades of Norway #AAC98D

Tints of Norway #AAC98D

Color information

#AAC98D (or 0xAAC98D) is unknown color: approx Norway. HEX triplet: AA, C9 and 8D. RGB value is (170,201,141). Sum of RGB (Red+Green+Blue) = 170+201+141=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC98D is #553672. Grayscale: #B9B9B9. Windows color (decimal): -5584499 or 9292202. OLE color: 9292202.

HSL color Cylindrical-coordinate representation of color #AAC98D: hue angle of 91º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC98D is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB170201141-
CMYK0.1500.300.21
HSL91º35.71%67.06%-
HSV(B)91º29.85%78.82%-
XYZ42.2752.2433.06-
YUV184.89103.23117.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=33.20%
G=39.26%
B=27.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011410.1500.300.219135.7167.06
HexAAC98DF01E155b2443
Octal252311215170362513344103
Binary10101010110010011000110111110111101010110110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC98D; }

 p { color: rgb(170,201,141); }

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

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

 a { background-color: rgb(170,201,141); }

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

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

 span { border-color: rgb(170,201,141); }

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