Shades of Norway #AAC09A
Tints of Norway #AAC09A
RGB
CMYK
RGB Variations
Color information
#AAC09A (or 0xAAC09A) is known color: Norway. HEX triplet: AA, C0 and 9A. RGB value is (170,192,154). Sum of RGB (Red+Green+Blue) = 170+192+154=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC09A is #553F65. Grayscale: #B5B5B5. Windows color (decimal): -5586790 or 10141866. OLE color: 10141866.
HSL color Cylindrical-coordinate representation of color #AAC09A: hue angle of 94.74º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC09A is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 154 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.25 |
| HSL | 94.74º | 0.23% | 0.68% | - |
| HSV(B) | 94.74º | 0.2% | 0.75% | - |
| XYZ | 41.26 | 48.58 | 37.77 | - |
| YUV | 181.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 154 | 0.11 | 0 | 0.20 | 0.25 | 94.74 | 0.23 | 0.68 |
| Hex | AA | C0 | 9A | B | 0 | 14 | 19 | 5F | 17 | 44 |
| Octal | 252 | 300 | 232 | 13 | 0 | 24 | 31 | 137 | 27 | 104 |
| Binary | 10101010 | 11000000 | 10011010 | 1011 | 0 | 10100 | 11001 | 1011111 | 10111 | 1000100 |
Color Harmonies of #AAC09A
Complementary color
Monochromatic Colors of #AAC09A
Black with #AAC09A
Text Example
Text Example
White with #AAC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC09A; }
p { color: rgb(170,192,154); }
H1.HeaderClassName
{
color: #AAC09A;
}
.AnyTagClassName
{
color: #AAC09A;
}
</style>
background-color css
<style>
a { background-color: #AAC09A; }
a { background-color: rgb(170,192,154); }
div.DivClassName
{
background-color: #AAC09A;
}
.BgClassName
{
background-color: #AAC09A;
}
</style>
border-color css
<style>
span { border-color: #AAC09A; }
span { border-color: rgb(170,192,154); }
td.TdClassName
{
border-color: #AAC09A;
}
.TagClassName
{
border-color: #AAC09A;
}
</style>