#AAC598

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

Shades of Norway #AAC598

Tints of Norway #AAC598

Color information

#AAC598 (or 0xAAC598) is unknown color: approx Norway. HEX triplet: AA, C5 and 98. RGB value is (170,197,152). Sum of RGB (Red+Green+Blue) = 170+197+152=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC598 is #553A67. Grayscale: #B7B7B7. Windows color (decimal): -5585512 or 10012074. OLE color: 10012074.

HSL color Cylindrical-coordinate representation of color #AAC598: hue angle of 96º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAC598 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB170197152-
CMYK0.1400.230.23
HSL96º27.95%68.43%-
HSV(B)96º22.84%77.25%-
XYZ42.2150.7537.28-
YUV183.8110.05118.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 152 (59.77% from 255) = 29.29%
R=32.76%
G=37.96%
B=29.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971520.1400.230.239627.9568.43
HexAAC598E01717601c44
Octal252305230160272714034104
Binary1010101011000101100110001110010111101111100000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC598; }

 p { color: rgb(170,197,152); }

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

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

 a { background-color: rgb(170,197,152); }

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

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

 span { border-color: rgb(170,197,152); }

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