Shades of Norway #AAC68A
Tints of Norway #AAC68A
RGB
CMYK
RGB Variations
Color information
#AAC68A (or 0xAAC68A) is known color: Norway. HEX triplet: AA, C6 and 8A. RGB value is (170,198,138). Sum of RGB (Red+Green+Blue) = 170+198+138=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC68A is #553975. Grayscale: #B7B7B7. Windows color (decimal): -5585270 or 9094826. OLE color: 9094826.
HSL color Cylindrical-coordinate representation of color #AAC68A: hue angle of 88º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC68A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 138 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.22 |
| HSL | 88º | 0.34% | 0.66% | - |
| HSV(B) | 88º | 0.3% | 0.78% | - |
| XYZ | 41.36 | 50.77 | 31.66 | - |
| YUV | 182.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 138 | 0.14 | 0 | 0.30 | 0.22 | 88 | 0.34 | 0.66 |
| Hex | AA | C6 | 8A | E | 0 | 1E | 16 | 58 | 22 | 42 |
| Octal | 252 | 306 | 212 | 16 | 0 | 36 | 26 | 130 | 42 | 102 |
| Binary | 10101010 | 11000110 | 10001010 | 1110 | 0 | 11110 | 10110 | 1011000 | 100010 | 1000010 |
Color Harmonies of #AAC68A
Complementary color
Monochromatic Colors of #AAC68A
Black with #AAC68A
Text Example
Text Example
White with #AAC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC68A; }
p { color: rgb(170,198,138); }
H1.HeaderClassName
{
color: #AAC68A;
}
.AnyTagClassName
{
color: #AAC68A;
}
</style>
background-color css
<style>
a { background-color: #AAC68A; }
a { background-color: rgb(170,198,138); }
div.DivClassName
{
background-color: #AAC68A;
}
.BgClassName
{
background-color: #AAC68A;
}
</style>
border-color css
<style>
span { border-color: #AAC68A; }
span { border-color: rgb(170,198,138); }
td.TdClassName
{
border-color: #AAC68A;
}
.TagClassName
{
border-color: #AAC68A;
}
</style>