Shades of Norway #9FAA93
Tints of Norway #9FAA93
RGB
CMYK
RGB Variations
Color information
#9FAA93 (or 0x9FAA93) is known color: Norway. HEX triplet: 9F, AA and 93. RGB value is (159,170,147). Sum of RGB (Red+Green+Blue) = 159+170+147=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA93 is #60556C. Grayscale: #A4A4A4. Windows color (decimal): -6313325 or 9677471. OLE color: 9677471.
HSL color Cylindrical-coordinate representation of color #9FAA93: hue angle of 88.7º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FAA93 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 147 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.33 |
| HSL | 88.7º | 0.12% | 0.62% | - |
| HSV(B) | 88.7º | 0.14% | 0.67% | - |
| XYZ | 33.94 | 38.23 | 33.19 | - |
| YUV | 164.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 147 | 0.06 | 0 | 0.14 | 0.33 | 88.7 | 0.12 | 0.62 |
| Hex | 9F | AA | 93 | 6 | 0 | E | 21 | 59 | C | 3E |
| Octal | 237 | 252 | 223 | 6 | 0 | 16 | 41 | 131 | 14 | 76 |
| Binary | 10011111 | 10101010 | 10010011 | 110 | 0 | 1110 | 100001 | 1011001 | 1100 | 111110 |
Color Harmonies of #9FAA93
Complementary color
Monochromatic Colors of #9FAA93
Black with #9FAA93
Text Example
Text Example
White with #9FAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA93; }
p { color: rgb(159,170,147); }
H1.HeaderClassName
{
color: #9FAA93;
}
.AnyTagClassName
{
color: #9FAA93;
}
</style>
background-color css
<style>
a { background-color: #9FAA93; }
a { background-color: rgb(159,170,147); }
div.DivClassName
{
background-color: #9FAA93;
}
.BgClassName
{
background-color: #9FAA93;
}
</style>
border-color css
<style>
span { border-color: #9FAA93; }
span { border-color: rgb(159,170,147); }
td.TdClassName
{
border-color: #9FAA93;
}
.TagClassName
{
border-color: #9FAA93;
}
</style>