#AAC38C

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

Shades of Norway #AAC38C

Tints of Norway #AAC38C

Color information

#AAC38C (or 0xAAC38C) is unknown color: approx Norway. HEX triplet: AA, C3 and 8C. RGB value is (170,195,140). Sum of RGB (Red+Green+Blue) = 170+195+140=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC38C is #553C73. Grayscale: #B5B5B5. Windows color (decimal): -5586036 or 9225130. OLE color: 9225130.

HSL color Cylindrical-coordinate representation of color #AAC38C: hue angle of 87.27º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC38C is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB170195140-
CMYK0.1300.280.24
HSL87.27º31.43%65.69%-
HSV(B)87.27º28.21%76.47%-
XYZ40.8349.4732.21-
YUV181.26104.72119.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 195 (76.56% from 255) = 38.61%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=33.66%
G=38.61%
B=27.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951400.1300.280.2487.2731.4365.69
HexAAC38CD01C18571f42
Octal252303214150343012737102
Binary1010101011000011100011001101011100110001010111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC38C; }

 p { color: rgb(170,195,140); }

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

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

 a { background-color: rgb(170,195,140); }

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

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

 span { border-color: rgb(170,195,140); }

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