Shades of Norway #AAC88E
Tints of Norway #AAC88E
RGB
CMYK
RGB Variations
Color information
#AAC88E (or 0xAAC88E) is known color: Norway. HEX triplet: AA, C8 and 8E. RGB value is (170,200,142). Sum of RGB (Red+Green+Blue) = 170+200+142=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC88E is #553771. Grayscale: #B8B8B8. Windows color (decimal): -5584754 or 9357482. OLE color: 9357482.
HSL color Cylindrical-coordinate representation of color #AAC88E: hue angle of 91.03º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC88E is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 142 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.22 |
| HSL | 91.03º | 0.35% | 0.67% | - |
| HSV(B) | 91.03º | 0.29% | 0.78% | - |
| XYZ | 42.11 | 51.81 | 33.37 | - |
| YUV | 184.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 142 | 0.15 | 0 | 0.29 | 0.22 | 91.03 | 0.35 | 0.67 |
| Hex | AA | C8 | 8E | F | 0 | 1D | 16 | 5B | 23 | 43 |
| Octal | 252 | 310 | 216 | 17 | 0 | 35 | 26 | 133 | 43 | 103 |
| Binary | 10101010 | 11001000 | 10001110 | 1111 | 0 | 11101 | 10110 | 1011011 | 100011 | 1000011 |
Color Harmonies of #AAC88E
Complementary color
Monochromatic Colors of #AAC88E
Black with #AAC88E
Text Example
Text Example
White with #AAC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC88E; }
p { color: rgb(170,200,142); }
H1.HeaderClassName
{
color: #AAC88E;
}
.AnyTagClassName
{
color: #AAC88E;
}
</style>
background-color css
<style>
a { background-color: #AAC88E; }
a { background-color: rgb(170,200,142); }
div.DivClassName
{
background-color: #AAC88E;
}
.BgClassName
{
background-color: #AAC88E;
}
</style>
border-color css
<style>
span { border-color: #AAC88E; }
span { border-color: rgb(170,200,142); }
td.TdClassName
{
border-color: #AAC88E;
}
.TagClassName
{
border-color: #AAC88E;
}
</style>