Shades of Norway #9FB18F
Tints of Norway #9FB18F
RGB
CMYK
RGB Variations
Color information
#9FB18F (or 0x9FB18F) is known color: Norway. HEX triplet: 9F, B1 and 8F. RGB value is (159,177,143). Sum of RGB (Red+Green+Blue) = 159+177+143=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB18F is #604E70. Grayscale: #A7A7A7. Windows color (decimal): -6311537 or 9417119. OLE color: 9417119.
HSL color Cylindrical-coordinate representation of color #9FB18F: hue angle of 91.76º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FB18F is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 143 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.31 |
| HSL | 91.76º | 0.18% | 0.63% | - |
| HSV(B) | 91.76º | 0.19% | 0.69% | - |
| XYZ | 34.98 | 40.8 | 32.02 | - |
| YUV | 167.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 143 | 0.10 | 0 | 0.19 | 0.31 | 91.76 | 0.18 | 0.63 |
| Hex | 9F | B1 | 8F | A | 0 | 13 | 1F | 5C | 12 | 3F |
| Octal | 237 | 261 | 217 | 12 | 0 | 23 | 37 | 134 | 22 | 77 |
| Binary | 10011111 | 10110001 | 10001111 | 1010 | 0 | 10011 | 11111 | 1011100 | 10010 | 111111 |
Color Harmonies of #9FB18F
Complementary color
Monochromatic Colors of #9FB18F
Black with #9FB18F
Text Example
Text Example
White with #9FB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB18F; }
p { color: rgb(159,177,143); }
H1.HeaderClassName
{
color: #9FB18F;
}
.AnyTagClassName
{
color: #9FB18F;
}
</style>
background-color css
<style>
a { background-color: #9FB18F; }
a { background-color: rgb(159,177,143); }
div.DivClassName
{
background-color: #9FB18F;
}
.BgClassName
{
background-color: #9FB18F;
}
</style>
border-color css
<style>
span { border-color: #9FB18F; }
span { border-color: rgb(159,177,143); }
td.TdClassName
{
border-color: #9FB18F;
}
.TagClassName
{
border-color: #9FB18F;
}
</style>