Shades of Norway #AAC398
Tints of Norway #AAC398
RGB
CMYK
RGB Variations
Color information
#AAC398 (or 0xAAC398) is known color: Norway. HEX triplet: AA, C3 and 98. RGB value is (170,195,152). Sum of RGB (Red+Green+Blue) = 170+195+152=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC398 is #553C67. Grayscale: #B6B6B6. Windows color (decimal): -5586024 or 10011562. OLE color: 10011562.
HSL color Cylindrical-coordinate representation of color #AAC398: hue angle of 94.88º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC398 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 152 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.24 |
| HSL | 94.88º | 0.26% | 0.68% | - |
| HSV(B) | 94.88º | 0.22% | 0.76% | - |
| XYZ | 41.76 | 49.84 | 37.13 | - |
| YUV | 182.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 152 | 0.13 | 0 | 0.22 | 0.24 | 94.88 | 0.26 | 0.68 |
| Hex | AA | C3 | 98 | D | 0 | 16 | 18 | 5F | 1A | 44 |
| Octal | 252 | 303 | 230 | 15 | 0 | 26 | 30 | 137 | 32 | 104 |
| Binary | 10101010 | 11000011 | 10011000 | 1101 | 0 | 10110 | 11000 | 1011111 | 11010 | 1000100 |
Color Harmonies of #AAC398
Complementary color
Monochromatic Colors of #AAC398
Black with #AAC398
Text Example
Text Example
White with #AAC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC398; }
p { color: rgb(170,195,152); }
H1.HeaderClassName
{
color: #AAC398;
}
.AnyTagClassName
{
color: #AAC398;
}
</style>
background-color css
<style>
a { background-color: #AAC398; }
a { background-color: rgb(170,195,152); }
div.DivClassName
{
background-color: #AAC398;
}
.BgClassName
{
background-color: #AAC398;
}
</style>
border-color css
<style>
span { border-color: #AAC398; }
span { border-color: rgb(170,195,152); }
td.TdClassName
{
border-color: #AAC398;
}
.TagClassName
{
border-color: #AAC398;
}
</style>