Shades of Norway #9FB18E
Tints of Norway #9FB18E
RGB
CMYK
RGB Variations
Color information
#9FB18E (or 0x9FB18E) is known color: Norway. HEX triplet: 9F, B1 and 8E. RGB value is (159,177,142). Sum of RGB (Red+Green+Blue) = 159+177+142=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB18E is #604E71. Grayscale: #A7A7A7. Windows color (decimal): -6311538 or 9351583. OLE color: 9351583.
HSL color Cylindrical-coordinate representation of color #9FB18E: hue angle of 90.86º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FB18E is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 142 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.31 |
| HSL | 90.86º | 0.18% | 0.63% | - |
| HSV(B) | 90.86º | 0.2% | 0.69% | - |
| XYZ | 34.9 | 40.77 | 31.62 | - |
| YUV | 167.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 142 | 0.10 | 0 | 0.20 | 0.31 | 90.86 | 0.18 | 0.63 |
| Hex | 9F | B1 | 8E | A | 0 | 14 | 1F | 5B | 12 | 3F |
| Octal | 237 | 261 | 216 | 12 | 0 | 24 | 37 | 133 | 22 | 77 |
| Binary | 10011111 | 10110001 | 10001110 | 1010 | 0 | 10100 | 11111 | 1011011 | 10010 | 111111 |
Color Harmonies of #9FB18E
Complementary color
Monochromatic Colors of #9FB18E
Black with #9FB18E
Text Example
Text Example
White with #9FB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB18E; }
p { color: rgb(159,177,142); }
H1.HeaderClassName
{
color: #9FB18E;
}
.AnyTagClassName
{
color: #9FB18E;
}
</style>
background-color css
<style>
a { background-color: #9FB18E; }
a { background-color: rgb(159,177,142); }
div.DivClassName
{
background-color: #9FB18E;
}
.BgClassName
{
background-color: #9FB18E;
}
</style>
border-color css
<style>
span { border-color: #9FB18E; }
span { border-color: rgb(159,177,142); }
td.TdClassName
{
border-color: #9FB18E;
}
.TagClassName
{
border-color: #9FB18E;
}
</style>