Shades of Norway #9DA994
Tints of Norway #9DA994
RGB
CMYK
RGB Variations
Color information
#9DA994 (or 0x9DA994) is known color: Norway. HEX triplet: 9D, A9 and 94. RGB value is (157,169,148). Sum of RGB (Red+Green+Blue) = 157+169+148=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA994 is #62566B. Grayscale: #A3A3A3. Windows color (decimal): -6444652 or 9742749. OLE color: 9742749.
HSL color Cylindrical-coordinate representation of color #9DA994: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DA994 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 148 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.34 |
| HSL | 94.29º | 0.11% | 0.62% | - |
| HSV(B) | 94.29º | 0.12% | 0.66% | - |
| XYZ | 33.44 | 37.68 | 33.53 | - |
| YUV | 163.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 148 | 0.07 | 0 | 0.12 | 0.34 | 94.29 | 0.11 | 0.62 |
| Hex | 9D | A9 | 94 | 7 | 0 | C | 22 | 5E | B | 3E |
| Octal | 235 | 251 | 224 | 7 | 0 | 14 | 42 | 136 | 13 | 76 |
| Binary | 10011101 | 10101001 | 10010100 | 111 | 0 | 1100 | 100010 | 1011110 | 1011 | 111110 |
Color Harmonies of #9DA994
Complementary color
Monochromatic Colors of #9DA994
Black with #9DA994
Text Example
Text Example
White with #9DA994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA994; }
p { color: rgb(157,169,148); }
H1.HeaderClassName
{
color: #9DA994;
}
.AnyTagClassName
{
color: #9DA994;
}
</style>
background-color css
<style>
a { background-color: #9DA994; }
a { background-color: rgb(157,169,148); }
div.DivClassName
{
background-color: #9DA994;
}
.BgClassName
{
background-color: #9DA994;
}
</style>
border-color css
<style>
span { border-color: #9DA994; }
span { border-color: rgb(157,169,148); }
td.TdClassName
{
border-color: #9DA994;
}
.TagClassName
{
border-color: #9DA994;
}
</style>