Shades of Norway #AAC88A
Tints of Norway #AAC88A
RGB
CMYK
RGB Variations
Color information
#AAC88A (or 0xAAC88A) is known color: Norway. HEX triplet: AA, C8 and 8A. RGB value is (170,200,138). Sum of RGB (Red+Green+Blue) = 170+200+138=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC88A is #553775. Grayscale: #B8B8B8. Windows color (decimal): -5584758 or 9095338. OLE color: 9095338.
HSL color Cylindrical-coordinate representation of color #AAC88A: hue angle of 89.03º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC88A is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 138 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.22 |
| HSL | 89.03º | 0.36% | 0.66% | - |
| HSV(B) | 89.03º | 0.31% | 0.78% | - |
| XYZ | 41.82 | 51.69 | 31.82 | - |
| YUV | 183.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 138 | 0.15 | 0 | 0.31 | 0.22 | 89.03 | 0.36 | 0.66 |
| Hex | AA | C8 | 8A | F | 0 | 1F | 16 | 59 | 24 | 42 |
| Octal | 252 | 310 | 212 | 17 | 0 | 37 | 26 | 131 | 44 | 102 |
| Binary | 10101010 | 11001000 | 10001010 | 1111 | 0 | 11111 | 10110 | 1011001 | 100100 | 1000010 |
Color Harmonies of #AAC88A
Complementary color
Monochromatic Colors of #AAC88A
Black with #AAC88A
Text Example
Text Example
White with #AAC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC88A; }
p { color: rgb(170,200,138); }
H1.HeaderClassName
{
color: #AAC88A;
}
.AnyTagClassName
{
color: #AAC88A;
}
</style>
background-color css
<style>
a { background-color: #AAC88A; }
a { background-color: rgb(170,200,138); }
div.DivClassName
{
background-color: #AAC88A;
}
.BgClassName
{
background-color: #AAC88A;
}
</style>
border-color css
<style>
span { border-color: #AAC88A; }
span { border-color: rgb(170,200,138); }
td.TdClassName
{
border-color: #AAC88A;
}
.TagClassName
{
border-color: #AAC88A;
}
</style>