Shades of Norway #AAC894
Tints of Norway #AAC894
RGB
CMYK
RGB Variations
Color information
#AAC894 (or 0xAAC894) is known color: Norway. HEX triplet: AA, C8 and 94. RGB value is (170,200,148). Sum of RGB (Red+Green+Blue) = 170+200+148=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC894 is #55376B. Grayscale: #B9B9B9. Windows color (decimal): -5584748 or 9750698. OLE color: 9750698.
HSL color Cylindrical-coordinate representation of color #AAC894: hue angle of 94.62º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC894 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 148 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.22 |
| HSL | 94.62º | 0.32% | 0.68% | - |
| HSV(B) | 94.62º | 0.26% | 0.78% | - |
| XYZ | 42.58 | 51.99 | 35.81 | - |
| YUV | 185.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 148 | 0.15 | 0 | 0.26 | 0.22 | 94.62 | 0.32 | 0.68 |
| Hex | AA | C8 | 94 | F | 0 | 1A | 16 | 5F | 20 | 44 |
| Octal | 252 | 310 | 224 | 17 | 0 | 32 | 26 | 137 | 40 | 104 |
| Binary | 10101010 | 11001000 | 10010100 | 1111 | 0 | 11010 | 10110 | 1011111 | 100000 | 1000100 |
Color Harmonies of #AAC894
Complementary color
Monochromatic Colors of #AAC894
Black with #AAC894
Text Example
Text Example
White with #AAC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC894; }
p { color: rgb(170,200,148); }
H1.HeaderClassName
{
color: #AAC894;
}
.AnyTagClassName
{
color: #AAC894;
}
</style>
background-color css
<style>
a { background-color: #AAC894; }
a { background-color: rgb(170,200,148); }
div.DivClassName
{
background-color: #AAC894;
}
.BgClassName
{
background-color: #AAC894;
}
</style>
border-color css
<style>
span { border-color: #AAC894; }
span { border-color: rgb(170,200,148); }
td.TdClassName
{
border-color: #AAC894;
}
.TagClassName
{
border-color: #AAC894;
}
</style>