Shades of Norway #AAC08D
Tints of Norway #AAC08D
RGB
CMYK
RGB Variations
Color information
#AAC08D (or 0xAAC08D) is known color: Norway. HEX triplet: AA, C0 and 8D. RGB value is (170,192,141). Sum of RGB (Red+Green+Blue) = 170+192+141=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC08D is #553F72. Grayscale: #B3B3B3. Windows color (decimal): -5586803 or 9289898. OLE color: 9289898.
HSL color Cylindrical-coordinate representation of color #AAC08D: hue angle of 85.88º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC08D is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 141 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.25 |
| HSL | 85.88º | 0.29% | 0.65% | - |
| HSV(B) | 85.88º | 0.27% | 0.75% | - |
| XYZ | 40.23 | 48.17 | 32.38 | - |
| YUV | 179.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 141 | 0.11 | 0 | 0.27 | 0.25 | 85.88 | 0.29 | 0.65 |
| Hex | AA | C0 | 8D | B | 0 | 1B | 19 | 56 | 1D | 41 |
| Octal | 252 | 300 | 215 | 13 | 0 | 33 | 31 | 126 | 35 | 101 |
| Binary | 10101010 | 11000000 | 10001101 | 1011 | 0 | 11011 | 11001 | 1010110 | 11101 | 1000001 |
Color Harmonies of #AAC08D
Complementary color
Monochromatic Colors of #AAC08D
Black with #AAC08D
Text Example
Text Example
White with #AAC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC08D; }
p { color: rgb(170,192,141); }
H1.HeaderClassName
{
color: #AAC08D;
}
.AnyTagClassName
{
color: #AAC08D;
}
</style>
background-color css
<style>
a { background-color: #AAC08D; }
a { background-color: rgb(170,192,141); }
div.DivClassName
{
background-color: #AAC08D;
}
.BgClassName
{
background-color: #AAC08D;
}
</style>
border-color css
<style>
span { border-color: #AAC08D; }
span { border-color: rgb(170,192,141); }
td.TdClassName
{
border-color: #AAC08D;
}
.TagClassName
{
border-color: #AAC08D;
}
</style>