Shades of Norway #9FB08E
Tints of Norway #9FB08E
RGB
CMYK
RGB Variations
Color information
#9FB08E (or 0x9FB08E) is known color: Norway. HEX triplet: 9F, B0 and 8E. RGB value is (159,176,142). Sum of RGB (Red+Green+Blue) = 159+176+142=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB08E is #604F71. Grayscale: #A7A7A7. Windows color (decimal): -6311794 or 9351327. OLE color: 9351327.
HSL color Cylindrical-coordinate representation of color #9FB08E: hue angle of 90º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FB08E is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 142 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.31 |
| HSL | 90º | 0.18% | 0.62% | - |
| HSV(B) | 90º | 0.19% | 0.69% | - |
| XYZ | 34.71 | 40.37 | 31.56 | - |
| YUV | 167.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 142 | 0.10 | 0 | 0.19 | 0.31 | 90 | 0.18 | 0.62 |
| Hex | 9F | B0 | 8E | A | 0 | 13 | 1F | 5A | 12 | 3E |
| Octal | 237 | 260 | 216 | 12 | 0 | 23 | 37 | 132 | 22 | 76 |
| Binary | 10011111 | 10110000 | 10001110 | 1010 | 0 | 10011 | 11111 | 1011010 | 10010 | 111110 |
Color Harmonies of #9FB08E
Complementary color
Monochromatic Colors of #9FB08E
Black with #9FB08E
Text Example
Text Example
White with #9FB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB08E; }
p { color: rgb(159,176,142); }
H1.HeaderClassName
{
color: #9FB08E;
}
.AnyTagClassName
{
color: #9FB08E;
}
</style>
background-color css
<style>
a { background-color: #9FB08E; }
a { background-color: rgb(159,176,142); }
div.DivClassName
{
background-color: #9FB08E;
}
.BgClassName
{
background-color: #9FB08E;
}
</style>
border-color css
<style>
span { border-color: #9FB08E; }
span { border-color: rgb(159,176,142); }
td.TdClassName
{
border-color: #9FB08E;
}
.TagClassName
{
border-color: #9FB08E;
}
</style>