Shades of Norway #AAC78B
Tints of Norway #AAC78B
RGB
CMYK
RGB Variations
Color information
#AAC78B (or 0xAAC78B) is known color: Norway. HEX triplet: AA, C7 and 8B. RGB value is (170,199,139). Sum of RGB (Red+Green+Blue) = 170+199+139=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC78B is #553874. Grayscale: #B7B7B7. Windows color (decimal): -5585013 or 9160618. OLE color: 9160618.
HSL color Cylindrical-coordinate representation of color #AAC78B: hue angle of 89º degrees, saturation: 0.35, 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 #AAC78B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 139 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.22 |
| HSL | 89º | 0.35% | 0.66% | - |
| HSV(B) | 89º | 0.3% | 0.78% | - |
| XYZ | 41.66 | 51.26 | 32.12 | - |
| YUV | 183.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 139 | 0.15 | 0 | 0.30 | 0.22 | 89 | 0.35 | 0.66 |
| Hex | AA | C7 | 8B | F | 0 | 1E | 16 | 59 | 23 | 42 |
| Octal | 252 | 307 | 213 | 17 | 0 | 36 | 26 | 131 | 43 | 102 |
| Binary | 10101010 | 11000111 | 10001011 | 1111 | 0 | 11110 | 10110 | 1011001 | 100011 | 1000010 |
Color Harmonies of #AAC78B
Complementary color
Monochromatic Colors of #AAC78B
Black with #AAC78B
Text Example
Text Example
White with #AAC78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC78B; }
p { color: rgb(170,199,139); }
H1.HeaderClassName
{
color: #AAC78B;
}
.AnyTagClassName
{
color: #AAC78B;
}
</style>
background-color css
<style>
a { background-color: #AAC78B; }
a { background-color: rgb(170,199,139); }
div.DivClassName
{
background-color: #AAC78B;
}
.BgClassName
{
background-color: #AAC78B;
}
</style>
border-color css
<style>
span { border-color: #AAC78B; }
span { border-color: rgb(170,199,139); }
td.TdClassName
{
border-color: #AAC78B;
}
.TagClassName
{
border-color: #AAC78B;
}
</style>