Shades of Norway #AAC291
Tints of Norway #AAC291
RGB
CMYK
RGB Variations
Color information
#AAC291 (or 0xAAC291) is known color: Norway. HEX triplet: AA, C2 and 91. RGB value is (170,194,145). Sum of RGB (Red+Green+Blue) = 170+194+145=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC291 is #553D6E. Grayscale: #B5B5B5. Windows color (decimal): -5586287 or 9552554. OLE color: 9552554.
HSL color Cylindrical-coordinate representation of color #AAC291: hue angle of 89.39º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAC291 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 145 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.24 |
| HSL | 89.39º | 0.29% | 0.66% | - |
| HSV(B) | 89.39º | 0.25% | 0.76% | - |
| XYZ | 40.98 | 49.17 | 34.12 | - |
| YUV | 181.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 145 | 0.12 | 0 | 0.25 | 0.24 | 89.39 | 0.29 | 0.66 |
| Hex | AA | C2 | 91 | C | 0 | 19 | 18 | 59 | 1D | 42 |
| Octal | 252 | 302 | 221 | 14 | 0 | 31 | 30 | 131 | 35 | 102 |
| Binary | 10101010 | 11000010 | 10010001 | 1100 | 0 | 11001 | 11000 | 1011001 | 11101 | 1000010 |
Color Harmonies of #AAC291
Complementary color
Monochromatic Colors of #AAC291
Black with #AAC291
Text Example
Text Example
White with #AAC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC291; }
p { color: rgb(170,194,145); }
H1.HeaderClassName
{
color: #AAC291;
}
.AnyTagClassName
{
color: #AAC291;
}
</style>
background-color css
<style>
a { background-color: #AAC291; }
a { background-color: rgb(170,194,145); }
div.DivClassName
{
background-color: #AAC291;
}
.BgClassName
{
background-color: #AAC291;
}
</style>
border-color css
<style>
span { border-color: #AAC291; }
span { border-color: rgb(170,194,145); }
td.TdClassName
{
border-color: #AAC291;
}
.TagClassName
{
border-color: #AAC291;
}
</style>