Shades of Norway #9AAE8D
Tints of Norway #9AAE8D
RGB
CMYK
RGB Variations
Color information
#9AAE8D (or 0x9AAE8D) is known color: Norway. HEX triplet: 9A, AE and 8D. RGB value is (154,174,141). Sum of RGB (Red+Green+Blue) = 154+174+141=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE8D is #655172. Grayscale: #A4A4A4. Windows color (decimal): -6639987 or 9285274. OLE color: 9285274.
HSL color Cylindrical-coordinate representation of color #9AAE8D: hue angle of 96.36º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AAE8D is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 141 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.32 |
| HSL | 96.36º | 0.17% | 0.62% | - |
| HSV(B) | 96.36º | 0.19% | 0.68% | - |
| XYZ | 33.27 | 39.07 | 30.99 | - |
| YUV | 164.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 141 | 0.11 | 0 | 0.19 | 0.32 | 96.36 | 0.17 | 0.62 |
| Hex | 9A | AE | 8D | B | 0 | 13 | 20 | 60 | 11 | 3E |
| Octal | 232 | 256 | 215 | 13 | 0 | 23 | 40 | 140 | 21 | 76 |
| Binary | 10011010 | 10101110 | 10001101 | 1011 | 0 | 10011 | 100000 | 1100000 | 10001 | 111110 |
Color Harmonies of #9AAE8D
Complementary color
Monochromatic Colors of #9AAE8D
Black with #9AAE8D
Text Example
Text Example
White with #9AAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAE8D; }
p { color: rgb(154,174,141); }
H1.HeaderClassName
{
color: #9AAE8D;
}
.AnyTagClassName
{
color: #9AAE8D;
}
</style>
background-color css
<style>
a { background-color: #9AAE8D; }
a { background-color: rgb(154,174,141); }
div.DivClassName
{
background-color: #9AAE8D;
}
.BgClassName
{
background-color: #9AAE8D;
}
</style>
border-color css
<style>
span { border-color: #9AAE8D; }
span { border-color: rgb(154,174,141); }
td.TdClassName
{
border-color: #9AAE8D;
}
.TagClassName
{
border-color: #9AAE8D;
}
</style>