Shades of Norway #AAC18A
Tints of Norway #AAC18A
RGB
CMYK
RGB Variations
Color information
#AAC18A (or 0xAAC18A) is known color: Norway. HEX triplet: AA, C1 and 8A. RGB value is (170,193,138). Sum of RGB (Red+Green+Blue) = 170+193+138=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC18A is #553E75. Grayscale: #B4B4B4. Windows color (decimal): -5586550 or 9093546. OLE color: 9093546.
HSL color Cylindrical-coordinate representation of color #AAC18A: hue angle of 85.09º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC18A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 138 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.24 |
| HSL | 85.09º | 0.31% | 0.65% | - |
| HSV(B) | 85.09º | 0.28% | 0.76% | - |
| XYZ | 40.23 | 48.52 | 31.29 | - |
| YUV | 179.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 138 | 0.12 | 0 | 0.28 | 0.24 | 85.09 | 0.31 | 0.65 |
| Hex | AA | C1 | 8A | C | 0 | 1C | 18 | 55 | 1F | 41 |
| Octal | 252 | 301 | 212 | 14 | 0 | 34 | 30 | 125 | 37 | 101 |
| Binary | 10101010 | 11000001 | 10001010 | 1100 | 0 | 11100 | 11000 | 1010101 | 11111 | 1000001 |
Color Harmonies of #AAC18A
Complementary color
Monochromatic Colors of #AAC18A
Black with #AAC18A
Text Example
Text Example
White with #AAC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC18A; }
p { color: rgb(170,193,138); }
H1.HeaderClassName
{
color: #AAC18A;
}
.AnyTagClassName
{
color: #AAC18A;
}
</style>
background-color css
<style>
a { background-color: #AAC18A; }
a { background-color: rgb(170,193,138); }
div.DivClassName
{
background-color: #AAC18A;
}
.BgClassName
{
background-color: #AAC18A;
}
</style>
border-color css
<style>
span { border-color: #AAC18A; }
span { border-color: rgb(170,193,138); }
td.TdClassName
{
border-color: #AAC18A;
}
.TagClassName
{
border-color: #AAC18A;
}
</style>