Shades of Norway #9FAC8F
Tints of Norway #9FAC8F
RGB
CMYK
RGB Variations
Color information
#9FAC8F (or 0x9FAC8F) is known color: Norway. HEX triplet: 9F, AC and 8F. RGB value is (159,172,143). Sum of RGB (Red+Green+Blue) = 159+172+143=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC8F is #605370. Grayscale: #A4A4A4. Windows color (decimal): -6312817 or 9415839. OLE color: 9415839.
HSL color Cylindrical-coordinate representation of color #9FAC8F: hue angle of 86.9º 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 #9FAC8F is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 172 | 143 | - |
CMYK | 0.08 | 0 | 0.17 | 0.33 |
HSL | 86.9º | 0.15% | 0.62% | - |
HSV(B) | 86.9º | 0.17% | 0.67% | - |
XYZ | 34.01 | 38.86 | 31.69 | - |
YUV | 164.81 | 115.69 | 123.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 172 | 143 | 0.08 | 0 | 0.17 | 0.33 | 86.9 | 0.15 | 0.62 |
Hex | 9F | AC | 8F | 8 | 0 | 11 | 21 | 57 | F | 3E |
Octal | 237 | 254 | 217 | 10 | 0 | 21 | 41 | 127 | 17 | 76 |
Binary | 10011111 | 10101100 | 10001111 | 1000 | 0 | 10001 | 100001 | 1010111 | 1111 | 111110 |
Color Harmonies of #9FAC8F
Complementary color
Monochromatic Colors of #9FAC8F
Black with #9FAC8F
Text Example
Text Example
White with #9FAC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC8F; }
p { color: rgb(159,172,143); }
H1.HeaderClassName
{
color: #9FAC8F;
}
.AnyTagClassName
{
color: #9FAC8F;
}
</style>
background-color css
<style>
a { background-color: #9FAC8F; }
a { background-color: rgb(159,172,143); }
div.DivClassName
{
background-color: #9FAC8F;
}
.BgClassName
{
background-color: #9FAC8F;
}
</style>
border-color css
<style>
span { border-color: #9FAC8F; }
span { border-color: rgb(159,172,143); }
td.TdClassName
{
border-color: #9FAC8F;
}
.TagClassName
{
border-color: #9FAC8F;
}
</style>