#AAC08D

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

Shades of Norway #AAC08D

Tints of Norway #AAC08D

Color information

#AAC08D (or 0xAAC08D) is unknown color: approx Norway. HEX triplet: AA, C0 and 8D. RGB value is (170,192,141). Sum of RGB (Red+Green+Blue) = 170+192+141=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC08D is #553F72. Grayscale: #B3B3B3. Windows color (decimal): -5586803 or 9289898. OLE color: 9289898.

HSL color Cylindrical-coordinate representation of color #AAC08D: hue angle of 85.88º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC08D is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB170192141-
CMYK0.1100.270.25
HSL85.88º28.81%65.29%-
HSV(B)85.88º26.56%75.29%-
XYZ40.2348.1732.38-
YUV179.61106.21121.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=33.80%
G=38.17%
B=28.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921410.1100.270.2585.8828.8165.29
HexAAC08DB01B19561d41
Octal252300215130333112635101
Binary1010101011000000100011011011011011110011010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC08D; }

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

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

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

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

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

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

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

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