#AAC08E

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

Shades of Norway #AAC08E

Tints of Norway #AAC08E

Color information

#AAC08E (or 0xAAC08E) is unknown color: approx Norway. HEX triplet: AA, C0 and 8E. RGB value is (170,192,142). Sum of RGB (Red+Green+Blue) = 170+192+142=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC08E is #553F71. Grayscale: #B3B3B3. Windows color (decimal): -5586802 or 9355434. OLE color: 9355434.

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

Color convert

RGB170192142-
CMYK0.1100.260.25
HSL86.4º28.41%65.49%-
HSV(B)86.4º26.04%75.29%-
XYZ40.3148.232.77-
YUV179.72106.71121.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=33.73%
G=38.10%
B=28.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921420.1100.260.2586.428.4165.49
HexAAC08EB01A19561c41
Octal252300216130323112634101
Binary1010101011000000100011101011011010110011010110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC08E; }

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

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

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

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

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

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

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

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