Shades of Norway #AAC78D
Tints of Norway #AAC78D
RGB
CMYK
RGB Variations
Color information
#AAC78D (or 0xAAC78D) is known color: Norway. HEX triplet: AA, C7 and 8D. RGB value is (170,199,141). Sum of RGB (Red+Green+Blue) = 170+199+141=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC78D is #553872. Grayscale: #B7B7B7. Windows color (decimal): -5585011 or 9291690. OLE color: 9291690.
HSL color Cylindrical-coordinate representation of color #AAC78D: hue angle of 90º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC78D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 141 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.22 |
| HSL | 90º | 0.34% | 0.67% | - |
| HSV(B) | 90º | 0.29% | 0.78% | - |
| XYZ | 41.81 | 51.32 | 32.9 | - |
| YUV | 183.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 141 | 0.15 | 0 | 0.29 | 0.22 | 90 | 0.34 | 0.67 |
| Hex | AA | C7 | 8D | F | 0 | 1D | 16 | 5A | 22 | 43 |
| Octal | 252 | 307 | 215 | 17 | 0 | 35 | 26 | 132 | 42 | 103 |
| Binary | 10101010 | 11000111 | 10001101 | 1111 | 0 | 11101 | 10110 | 1011010 | 100010 | 1000011 |
Color Harmonies of #AAC78D
Complementary color
Monochromatic Colors of #AAC78D
Black with #AAC78D
Text Example
Text Example
White with #AAC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC78D; }
p { color: rgb(170,199,141); }
H1.HeaderClassName
{
color: #AAC78D;
}
.AnyTagClassName
{
color: #AAC78D;
}
</style>
background-color css
<style>
a { background-color: #AAC78D; }
a { background-color: rgb(170,199,141); }
div.DivClassName
{
background-color: #AAC78D;
}
.BgClassName
{
background-color: #AAC78D;
}
</style>
border-color css
<style>
span { border-color: #AAC78D; }
span { border-color: rgb(170,199,141); }
td.TdClassName
{
border-color: #AAC78D;
}
.TagClassName
{
border-color: #AAC78D;
}
</style>