Shades of Norway #AAC88D
Tints of Norway #AAC88D
RGB
CMYK
RGB Variations
Color information
#AAC88D (or 0xAAC88D) is known color: Norway. HEX triplet: AA, C8 and 8D. RGB value is (170,200,141). Sum of RGB (Red+Green+Blue) = 170+200+141=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC88D is #553772. Grayscale: #B8B8B8. Windows color (decimal): -5584755 or 9291946. OLE color: 9291946.
HSL color Cylindrical-coordinate representation of color #AAC88D: hue angle of 90.51º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC88D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 141 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.22 |
| HSL | 90.51º | 0.35% | 0.67% | - |
| HSV(B) | 90.51º | 0.3% | 0.78% | - |
| XYZ | 42.04 | 51.78 | 32.98 | - |
| YUV | 184.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 141 | 0.15 | 0 | 0.29 | 0.22 | 90.51 | 0.35 | 0.67 |
| Hex | AA | C8 | 8D | F | 0 | 1D | 16 | 5B | 23 | 43 |
| Octal | 252 | 310 | 215 | 17 | 0 | 35 | 26 | 133 | 43 | 103 |
| Binary | 10101010 | 11001000 | 10001101 | 1111 | 0 | 11101 | 10110 | 1011011 | 100011 | 1000011 |
Color Harmonies of #AAC88D
Complementary color
Monochromatic Colors of #AAC88D
Black with #AAC88D
Text Example
Text Example
White with #AAC88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC88D; }
p { color: rgb(170,200,141); }
H1.HeaderClassName
{
color: #AAC88D;
}
.AnyTagClassName
{
color: #AAC88D;
}
</style>
background-color css
<style>
a { background-color: #AAC88D; }
a { background-color: rgb(170,200,141); }
div.DivClassName
{
background-color: #AAC88D;
}
.BgClassName
{
background-color: #AAC88D;
}
</style>
border-color css
<style>
span { border-color: #AAC88D; }
span { border-color: rgb(170,200,141); }
td.TdClassName
{
border-color: #AAC88D;
}
.TagClassName
{
border-color: #AAC88D;
}
</style>