Shades of Norway #9FC089
Tints of Norway #9FC089
RGB
CMYK
RGB Variations
Color information
#9FC089 (or 0x9FC089) is known color: Norway. HEX triplet: 9F, C0 and 89. RGB value is (159,192,137). Sum of RGB (Red+Green+Blue) = 159+192+137=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC089 is #603F76. Grayscale: #B0B0B0. Windows color (decimal): -6307703 or 9027743. OLE color: 9027743.
HSL color Cylindrical-coordinate representation of color #9FC089: hue angle of 96º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FC089 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 137 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.25 |
| HSL | 96º | 0.3% | 0.65% | - |
| HSV(B) | 96º | 0.29% | 0.75% | - |
| XYZ | 37.66 | 46.88 | 30.73 | - |
| YUV | 175.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 137 | 0.17 | 0 | 0.29 | 0.25 | 96 | 0.3 | 0.65 |
| Hex | 9F | C0 | 89 | 11 | 0 | 1D | 19 | 60 | 1E | 41 |
| Octal | 237 | 300 | 211 | 21 | 0 | 35 | 31 | 140 | 36 | 101 |
| Binary | 10011111 | 11000000 | 10001001 | 10001 | 0 | 11101 | 11001 | 1100000 | 11110 | 1000001 |
Color Harmonies of #9FC089
Complementary color
Monochromatic Colors of #9FC089
Black with #9FC089
Text Example
Text Example
White with #9FC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC089; }
p { color: rgb(159,192,137); }
H1.HeaderClassName
{
color: #9FC089;
}
.AnyTagClassName
{
color: #9FC089;
}
</style>
background-color css
<style>
a { background-color: #9FC089; }
a { background-color: rgb(159,192,137); }
div.DivClassName
{
background-color: #9FC089;
}
.BgClassName
{
background-color: #9FC089;
}
</style>
border-color css
<style>
span { border-color: #9FC089; }
span { border-color: rgb(159,192,137); }
td.TdClassName
{
border-color: #9FC089;
}
.TagClassName
{
border-color: #9FC089;
}
</style>