Shades of Norway #AAC78E
Tints of Norway #AAC78E
RGB
CMYK
RGB Variations
Color information
#AAC78E (or 0xAAC78E) is known color: Norway. HEX triplet: AA, C7 and 8E. RGB value is (170,199,142). Sum of RGB (Red+Green+Blue) = 170+199+142=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC78E is #553871. Grayscale: #B8B8B8. Windows color (decimal): -5585010 or 9357226. OLE color: 9357226.
HSL color Cylindrical-coordinate representation of color #AAC78E: hue angle of 90.53º 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 #AAC78E is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 142 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.22 |
| HSL | 90.53º | 0.34% | 0.67% | - |
| HSV(B) | 90.53º | 0.29% | 0.78% | - |
| XYZ | 41.88 | 51.35 | 33.29 | - |
| YUV | 183.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 142 | 0.15 | 0 | 0.29 | 0.22 | 90.53 | 0.34 | 0.67 |
| Hex | AA | C7 | 8E | F | 0 | 1D | 16 | 5B | 22 | 43 |
| Octal | 252 | 307 | 216 | 17 | 0 | 35 | 26 | 133 | 42 | 103 |
| Binary | 10101010 | 11000111 | 10001110 | 1111 | 0 | 11101 | 10110 | 1011011 | 100010 | 1000011 |
Color Harmonies of #AAC78E
Complementary color
Monochromatic Colors of #AAC78E
Black with #AAC78E
Text Example
Text Example
White with #AAC78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC78E; }
p { color: rgb(170,199,142); }
H1.HeaderClassName
{
color: #AAC78E;
}
.AnyTagClassName
{
color: #AAC78E;
}
</style>
background-color css
<style>
a { background-color: #AAC78E; }
a { background-color: rgb(170,199,142); }
div.DivClassName
{
background-color: #AAC78E;
}
.BgClassName
{
background-color: #AAC78E;
}
</style>
border-color css
<style>
span { border-color: #AAC78E; }
span { border-color: rgb(170,199,142); }
td.TdClassName
{
border-color: #AAC78E;
}
.TagClassName
{
border-color: #AAC78E;
}
</style>