Shades of Norway #9AA78E
Tints of Norway #9AA78E
RGB
CMYK
RGB Variations
Color information
#9AA78E (or 0x9AA78E) is known color: Norway. HEX triplet: 9A, A7 and 8E. RGB value is (154,167,142). Sum of RGB (Red+Green+Blue) = 154+167+142=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 167 - color contains mainly: green. Hex color #9AA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA78E is #655871. Grayscale: #A0A0A0. Windows color (decimal): -6641778 or 9349018. OLE color: 9349018.
HSL color Cylindrical-coordinate representation of color #9AA78E: hue angle of 91.2º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AA78E is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 167 | 142 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.35 |
| HSL | 91.2º | 0.12% | 0.61% | - |
| HSV(B) | 91.2º | 0.15% | 0.65% | - |
| XYZ | 32.03 | 36.46 | 30.94 | - |
| YUV | 160.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 167 | 142 | 0.08 | 0 | 0.15 | 0.35 | 91.2 | 0.12 | 0.61 |
| Hex | 9A | A7 | 8E | 8 | 0 | F | 23 | 5B | C | 3D |
| Octal | 232 | 247 | 216 | 10 | 0 | 17 | 43 | 133 | 14 | 75 |
| Binary | 10011010 | 10100111 | 10001110 | 1000 | 0 | 1111 | 100011 | 1011011 | 1100 | 111101 |
Color Harmonies of #9AA78E
Complementary color
Monochromatic Colors of #9AA78E
Black with #9AA78E
Text Example
Text Example
White with #9AA78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA78E; }
p { color: rgb(154,167,142); }
H1.HeaderClassName
{
color: #9AA78E;
}
.AnyTagClassName
{
color: #9AA78E;
}
</style>
background-color css
<style>
a { background-color: #9AA78E; }
a { background-color: rgb(154,167,142); }
div.DivClassName
{
background-color: #9AA78E;
}
.BgClassName
{
background-color: #9AA78E;
}
</style>
border-color css
<style>
span { border-color: #9AA78E; }
span { border-color: rgb(154,167,142); }
td.TdClassName
{
border-color: #9AA78E;
}
.TagClassName
{
border-color: #9AA78E;
}
</style>