Shades of Norway #AAC390
Tints of Norway #AAC390
RGB
CMYK
RGB Variations
Color information
#AAC390 (or 0xAAC390) is known color: Norway. HEX triplet: AA, C3 and 90. RGB value is (170,195,144). Sum of RGB (Red+Green+Blue) = 170+195+144=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC390 is #553C6F. Grayscale: #B5B5B5. Windows color (decimal): -5586032 or 9487274. OLE color: 9487274.
HSL color Cylindrical-coordinate representation of color #AAC390: hue angle of 89.41º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC390 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 144 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.24 |
| HSL | 89.41º | 0.3% | 0.66% | - |
| HSV(B) | 89.41º | 0.26% | 0.76% | - |
| XYZ | 41.13 | 49.59 | 33.79 | - |
| YUV | 181.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 144 | 0.13 | 0 | 0.26 | 0.24 | 89.41 | 0.3 | 0.66 |
| Hex | AA | C3 | 90 | D | 0 | 1A | 18 | 59 | 1E | 42 |
| Octal | 252 | 303 | 220 | 15 | 0 | 32 | 30 | 131 | 36 | 102 |
| Binary | 10101010 | 11000011 | 10010000 | 1101 | 0 | 11010 | 11000 | 1011001 | 11110 | 1000010 |
Color Harmonies of #AAC390
Complementary color
Monochromatic Colors of #AAC390
Black with #AAC390
Text Example
Text Example
White with #AAC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC390; }
p { color: rgb(170,195,144); }
H1.HeaderClassName
{
color: #AAC390;
}
.AnyTagClassName
{
color: #AAC390;
}
</style>
background-color css
<style>
a { background-color: #AAC390; }
a { background-color: rgb(170,195,144); }
div.DivClassName
{
background-color: #AAC390;
}
.BgClassName
{
background-color: #AAC390;
}
</style>
border-color css
<style>
span { border-color: #AAC390; }
span { border-color: rgb(170,195,144); }
td.TdClassName
{
border-color: #AAC390;
}
.TagClassName
{
border-color: #AAC390;
}
</style>