Shades of Norway #9FAC91
Tints of Norway #9FAC91
RGB
CMYK
RGB Variations
Color information
#9FAC91 (or 0x9FAC91) is known color: Norway. HEX triplet: 9F, AC and 91. RGB value is (159,172,145). Sum of RGB (Red+Green+Blue) = 159+172+145=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC91 is #60536E. Grayscale: #A5A5A5. Windows color (decimal): -6312815 or 9546911. OLE color: 9546911.
HSL color Cylindrical-coordinate representation of color #9FAC91: hue angle of 88.89º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FAC91 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 145 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.33 |
| HSL | 88.89º | 0.14% | 0.62% | - |
| HSV(B) | 88.89º | 0.16% | 0.67% | - |
| XYZ | 34.16 | 38.92 | 32.5 | - |
| YUV | 165.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 145 | 0.08 | 0 | 0.16 | 0.33 | 88.89 | 0.14 | 0.62 |
| Hex | 9F | AC | 91 | 8 | 0 | 10 | 21 | 59 | E | 3E |
| Octal | 237 | 254 | 221 | 10 | 0 | 20 | 41 | 131 | 16 | 76 |
| Binary | 10011111 | 10101100 | 10010001 | 1000 | 0 | 10000 | 100001 | 1011001 | 1110 | 111110 |
Color Harmonies of #9FAC91
Complementary color
Monochromatic Colors of #9FAC91
Black with #9FAC91
Text Example
Text Example
White with #9FAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC91; }
p { color: rgb(159,172,145); }
H1.HeaderClassName
{
color: #9FAC91;
}
.AnyTagClassName
{
color: #9FAC91;
}
</style>
background-color css
<style>
a { background-color: #9FAC91; }
a { background-color: rgb(159,172,145); }
div.DivClassName
{
background-color: #9FAC91;
}
.BgClassName
{
background-color: #9FAC91;
}
</style>
border-color css
<style>
span { border-color: #9FAC91; }
span { border-color: rgb(159,172,145); }
td.TdClassName
{
border-color: #9FAC91;
}
.TagClassName
{
border-color: #9FAC91;
}
</style>