Shades of Norway #AAC590
Tints of Norway #AAC590
RGB
CMYK
RGB Variations
Color information
#AAC590 (or 0xAAC590) is known color: Norway. HEX triplet: AA, C5 and 90. RGB value is (170,197,144). Sum of RGB (Red+Green+Blue) = 170+197+144=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC590 is #553A6F. Grayscale: #B7B7B7. Windows color (decimal): -5585520 or 9487786. OLE color: 9487786.
HSL color Cylindrical-coordinate representation of color #AAC590: hue angle of 90.57º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC590 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 144 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.23 |
| HSL | 90.57º | 0.31% | 0.67% | - |
| HSV(B) | 90.57º | 0.27% | 0.77% | - |
| XYZ | 41.58 | 50.49 | 33.94 | - |
| YUV | 182.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 144 | 0.14 | 0 | 0.27 | 0.23 | 90.57 | 0.31 | 0.67 |
| Hex | AA | C5 | 90 | E | 0 | 1B | 17 | 5B | 1F | 43 |
| Octal | 252 | 305 | 220 | 16 | 0 | 33 | 27 | 133 | 37 | 103 |
| Binary | 10101010 | 11000101 | 10010000 | 1110 | 0 | 11011 | 10111 | 1011011 | 11111 | 1000011 |
Color Harmonies of #AAC590
Complementary color
Monochromatic Colors of #AAC590
Black with #AAC590
Text Example
Text Example
White with #AAC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC590; }
p { color: rgb(170,197,144); }
H1.HeaderClassName
{
color: #AAC590;
}
.AnyTagClassName
{
color: #AAC590;
}
</style>
background-color css
<style>
a { background-color: #AAC590; }
a { background-color: rgb(170,197,144); }
div.DivClassName
{
background-color: #AAC590;
}
.BgClassName
{
background-color: #AAC590;
}
</style>
border-color css
<style>
span { border-color: #AAC590; }
span { border-color: rgb(170,197,144); }
td.TdClassName
{
border-color: #AAC590;
}
.TagClassName
{
border-color: #AAC590;
}
</style>