Shades of Norway #AAC28E
Tints of Norway #AAC28E
RGB
CMYK
RGB Variations
Color information
#AAC28E (or 0xAAC28E) is known color: Norway. HEX triplet: AA, C2 and 8E. RGB value is (170,194,142). Sum of RGB (Red+Green+Blue) = 170+194+142=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC28E is #553D71. Grayscale: #B5B5B5. Windows color (decimal): -5586290 or 9355946. OLE color: 9355946.
HSL color Cylindrical-coordinate representation of color #AAC28E: hue angle of 87.69º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC28E is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 142 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.24 |
| HSL | 87.69º | 0.3% | 0.66% | - |
| HSV(B) | 87.69º | 0.27% | 0.76% | - |
| XYZ | 40.75 | 49.08 | 32.92 | - |
| YUV | 180.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 142 | 0.12 | 0 | 0.27 | 0.24 | 87.69 | 0.3 | 0.66 |
| Hex | AA | C2 | 8E | C | 0 | 1B | 18 | 58 | 1E | 42 |
| Octal | 252 | 302 | 216 | 14 | 0 | 33 | 30 | 130 | 36 | 102 |
| Binary | 10101010 | 11000010 | 10001110 | 1100 | 0 | 11011 | 11000 | 1011000 | 11110 | 1000010 |
Color Harmonies of #AAC28E
Complementary color
Monochromatic Colors of #AAC28E
Black with #AAC28E
Text Example
Text Example
White with #AAC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC28E; }
p { color: rgb(170,194,142); }
H1.HeaderClassName
{
color: #AAC28E;
}
.AnyTagClassName
{
color: #AAC28E;
}
</style>
background-color css
<style>
a { background-color: #AAC28E; }
a { background-color: rgb(170,194,142); }
div.DivClassName
{
background-color: #AAC28E;
}
.BgClassName
{
background-color: #AAC28E;
}
</style>
border-color css
<style>
span { border-color: #AAC28E; }
span { border-color: rgb(170,194,142); }
td.TdClassName
{
border-color: #AAC28E;
}
.TagClassName
{
border-color: #AAC28E;
}
</style>