Shades of Norway #AAC18E
Tints of Norway #AAC18E
RGB
CMYK
RGB Variations
Color information
#AAC18E (or 0xAAC18E) is known color: Norway. HEX triplet: AA, C1 and 8E. RGB value is (170,193,142). Sum of RGB (Red+Green+Blue) = 170+193+142=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC18E is #553E71. Grayscale: #B4B4B4. Windows color (decimal): -5586546 or 9355690. OLE color: 9355690.
HSL color Cylindrical-coordinate representation of color #AAC18E: hue angle of 87.06º degrees, saturation: 0.29, 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 #AAC18E is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 142 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.24 |
| HSL | 87.06º | 0.29% | 0.66% | - |
| HSV(B) | 87.06º | 0.26% | 0.76% | - |
| XYZ | 40.53 | 48.64 | 32.84 | - |
| YUV | 180.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 142 | 0.12 | 0 | 0.26 | 0.24 | 87.06 | 0.29 | 0.66 |
| Hex | AA | C1 | 8E | C | 0 | 1A | 18 | 57 | 1D | 42 |
| Octal | 252 | 301 | 216 | 14 | 0 | 32 | 30 | 127 | 35 | 102 |
| Binary | 10101010 | 11000001 | 10001110 | 1100 | 0 | 11010 | 11000 | 1010111 | 11101 | 1000010 |
Color Harmonies of #AAC18E
Complementary color
Monochromatic Colors of #AAC18E
Black with #AAC18E
Text Example
Text Example
White with #AAC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC18E; }
p { color: rgb(170,193,142); }
H1.HeaderClassName
{
color: #AAC18E;
}
.AnyTagClassName
{
color: #AAC18E;
}
</style>
background-color css
<style>
a { background-color: #AAC18E; }
a { background-color: rgb(170,193,142); }
div.DivClassName
{
background-color: #AAC18E;
}
.BgClassName
{
background-color: #AAC18E;
}
</style>
border-color css
<style>
span { border-color: #AAC18E; }
span { border-color: rgb(170,193,142); }
td.TdClassName
{
border-color: #AAC18E;
}
.TagClassName
{
border-color: #AAC18E;
}
</style>