Shades of Norway #9FAE89
Tints of Norway #9FAE89
RGB
CMYK
RGB Variations
Color information
#9FAE89 (or 0x9FAE89) is known color: Norway. HEX triplet: 9F, AE and 89. RGB value is (159,174,137). Sum of RGB (Red+Green+Blue) = 159+174+137=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAE89 is #605176. Grayscale: #A5A5A5. Windows color (decimal): -6312311 or 9023135. OLE color: 9023135.
HSL color Cylindrical-coordinate representation of color #9FAE89: hue angle of 84.32º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FAE89 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 174 | 137 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.32 |
| HSL | 84.32º | 0.19% | 0.61% | - |
| HSV(B) | 84.32º | 0.21% | 0.68% | - |
| XYZ | 33.95 | 39.45 | 29.49 | - |
| YUV | 165.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 137 | 0.09 | 0 | 0.21 | 0.32 | 84.32 | 0.19 | 0.61 |
| Hex | 9F | AE | 89 | 9 | 0 | 15 | 20 | 54 | 13 | 3D |
| Octal | 237 | 256 | 211 | 11 | 0 | 25 | 40 | 124 | 23 | 75 |
| Binary | 10011111 | 10101110 | 10001001 | 1001 | 0 | 10101 | 100000 | 1010100 | 10011 | 111101 |
Color Harmonies of #9FAE89
Complementary color
Monochromatic Colors of #9FAE89
Black with #9FAE89
Text Example
Text Example
White with #9FAE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAE89; }
p { color: rgb(159,174,137); }
H1.HeaderClassName
{
color: #9FAE89;
}
.AnyTagClassName
{
color: #9FAE89;
}
</style>
background-color css
<style>
a { background-color: #9FAE89; }
a { background-color: rgb(159,174,137); }
div.DivClassName
{
background-color: #9FAE89;
}
.BgClassName
{
background-color: #9FAE89;
}
</style>
border-color css
<style>
span { border-color: #9FAE89; }
span { border-color: rgb(159,174,137); }
td.TdClassName
{
border-color: #9FAE89;
}
.TagClassName
{
border-color: #9FAE89;
}
</style>