#AAC19A

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

Shades of Norway #AAC19A

Tints of Norway #AAC19A

Color information

#AAC19A (or 0xAAC19A) is unknown color: approx Norway. HEX triplet: AA, C1 and 9A. RGB value is (170,193,154). Sum of RGB (Red+Green+Blue) = 170+193+154=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC19A is #553E65. Grayscale: #B5B5B5. Windows color (decimal): -5586534 or 10142122. OLE color: 10142122.

HSL color Cylindrical-coordinate representation of color #AAC19A: hue angle of 95.38º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC19A is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB170193154-
CMYK0.1200.200.24
HSL95.38º23.93%68.04%-
HSV(B)95.38º20.21%75.69%-
XYZ41.4849.0237.85-
YUV181.68112.38119.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=32.88%
G=37.33%
B=29.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931540.1200.200.2495.3823.9368.04
HexAAC19AC014185f1844
Octal252301232140243013730104
Binary1010101011000001100110101100010100110001011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC19A; }

 p { color: rgb(170,193,154); }

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

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

 a { background-color: rgb(170,193,154); }

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

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

 span { border-color: rgb(170,193,154); }

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