#AAC789

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

Shades of Norway #AAC789

Tints of Norway #AAC789

Color information

#AAC789 (or 0xAAC789) is unknown color: approx Norway. HEX triplet: AA, C7 and 89. RGB value is (170,199,137). Sum of RGB (Red+Green+Blue) = 170+199+137=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC789 is #553876. Grayscale: #B7B7B7. Windows color (decimal): -5585015 or 9029546. OLE color: 9029546.

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

Color convert

RGB170199137-
CMYK0.1500.310.22
HSL88.06º35.63%65.88%-
HSV(B)88.06º31.16%78.04%-
XYZ41.5251.231.36-
YUV183.26101.89118.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 137 (53.91% from 255) = 27.08%
R=33.60%
G=39.33%
B=27.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991370.1500.310.2288.0635.6365.88
HexAAC789F01F16582442
Octal252307211170372613044102
Binary10101010110001111000100111110111111011010110001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC789; }

 p { color: rgb(170,199,137); }

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

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

 a { background-color: rgb(170,199,137); }

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

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

 span { border-color: rgb(170,199,137); }

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