#AAC199

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

Shades of Norway #AAC199

Tints of Norway #AAC199

Color information

#AAC199 (or 0xAAC199) is unknown color: approx Norway. HEX triplet: AA, C1 and 99. RGB value is (170,193,153). Sum of RGB (Red+Green+Blue) = 170+193+153=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC199 is #553E66. Grayscale: #B5B5B5. Windows color (decimal): -5586535 or 10076586. OLE color: 10076586.

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

Color convert

RGB170193153-
CMYK0.1200.210.24
HSL94.5º24.39%67.84%-
HSV(B)94.5º20.73%75.69%-
XYZ41.448.9937.41-
YUV181.56111.88119.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=32.95%
G=37.40%
B=29.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931530.1200.210.2494.524.3967.84
HexAAC199C015185e1844
Octal252301231140253013630104
Binary1010101011000001100110011100010101110001011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC199; }

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

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

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

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

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

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

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

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