Shades of Norway #AAC594
Tints of Norway #AAC594
RGB
CMYK
RGB Variations
Color information
#AAC594 (or 0xAAC594) is known color: Norway. HEX triplet: AA, C5 and 94. RGB value is (170,197,148). Sum of RGB (Red+Green+Blue) = 170+197+148=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC594 is #553A6B. Grayscale: #B7B7B7. Windows color (decimal): -5585516 or 9749930. OLE color: 9749930.
HSL color Cylindrical-coordinate representation of color #AAC594: hue angle of 93.06º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAC594 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 148 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.23 |
| HSL | 93.06º | 0.3% | 0.68% | - |
| HSV(B) | 93.06º | 0.25% | 0.77% | - |
| XYZ | 41.89 | 50.62 | 35.58 | - |
| YUV | 183.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 148 | 0.14 | 0 | 0.25 | 0.23 | 93.06 | 0.3 | 0.68 |
| Hex | AA | C5 | 94 | E | 0 | 19 | 17 | 5D | 1E | 44 |
| Octal | 252 | 305 | 224 | 16 | 0 | 31 | 27 | 135 | 36 | 104 |
| Binary | 10101010 | 11000101 | 10010100 | 1110 | 0 | 11001 | 10111 | 1011101 | 11110 | 1000100 |
Color Harmonies of #AAC594
Complementary color
Monochromatic Colors of #AAC594
Black with #AAC594
Text Example
Text Example
White with #AAC594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC594; }
p { color: rgb(170,197,148); }
H1.HeaderClassName
{
color: #AAC594;
}
.AnyTagClassName
{
color: #AAC594;
}
</style>
background-color css
<style>
a { background-color: #AAC594; }
a { background-color: rgb(170,197,148); }
div.DivClassName
{
background-color: #AAC594;
}
.BgClassName
{
background-color: #AAC594;
}
</style>
border-color css
<style>
span { border-color: #AAC594; }
span { border-color: rgb(170,197,148); }
td.TdClassName
{
border-color: #AAC594;
}
.TagClassName
{
border-color: #AAC594;
}
</style>