Shades of Norway #9FAC8E
Tints of Norway #9FAC8E
RGB
CMYK
RGB Variations
Color information
#9FAC8E (or 0x9FAC8E) is known color: Norway. HEX triplet: 9F, AC and 8E. RGB value is (159,172,142). Sum of RGB (Red+Green+Blue) = 159+172+142=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC8E is #605371. Grayscale: #A4A4A4. Windows color (decimal): -6312818 or 9350303. OLE color: 9350303.
HSL color Cylindrical-coordinate representation of color #9FAC8E: hue angle of 86º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FAC8E is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 142 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.33 |
| HSL | 86º | 0.15% | 0.62% | - |
| HSV(B) | 86º | 0.17% | 0.67% | - |
| XYZ | 33.93 | 38.83 | 31.3 | - |
| YUV | 164.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 142 | 0.08 | 0 | 0.17 | 0.33 | 86 | 0.15 | 0.62 |
| Hex | 9F | AC | 8E | 8 | 0 | 11 | 21 | 56 | F | 3E |
| Octal | 237 | 254 | 216 | 10 | 0 | 21 | 41 | 126 | 17 | 76 |
| Binary | 10011111 | 10101100 | 10001110 | 1000 | 0 | 10001 | 100001 | 1010110 | 1111 | 111110 |
Color Harmonies of #9FAC8E
Complementary color
Monochromatic Colors of #9FAC8E
Black with #9FAC8E
Text Example
Text Example
White with #9FAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC8E; }
p { color: rgb(159,172,142); }
H1.HeaderClassName
{
color: #9FAC8E;
}
.AnyTagClassName
{
color: #9FAC8E;
}
</style>
background-color css
<style>
a { background-color: #9FAC8E; }
a { background-color: rgb(159,172,142); }
div.DivClassName
{
background-color: #9FAC8E;
}
.BgClassName
{
background-color: #9FAC8E;
}
</style>
border-color css
<style>
span { border-color: #9FAC8E; }
span { border-color: rgb(159,172,142); }
td.TdClassName
{
border-color: #9FAC8E;
}
.TagClassName
{
border-color: #9FAC8E;
}
</style>