Shades of Norway #9DAC8E
Tints of Norway #9DAC8E
RGB
CMYK
RGB Variations
Color information
#9DAC8E (or 0x9DAC8E) is known color: Norway. HEX triplet: 9D, AC and 8E. RGB value is (157,172,142). Sum of RGB (Red+Green+Blue) = 157+172+142=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC8E is #625371. Grayscale: #A4A4A4. Windows color (decimal): -6443890 or 9350301. OLE color: 9350301.
HSL color Cylindrical-coordinate representation of color #9DAC8E: hue angle of 90º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DAC8E is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 142 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.33 |
| HSL | 90º | 0.15% | 0.62% | - |
| HSV(B) | 90º | 0.17% | 0.67% | - |
| XYZ | 33.54 | 38.63 | 31.28 | - |
| YUV | 164.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 142 | 0.09 | 0 | 0.17 | 0.33 | 90 | 0.15 | 0.62 |
| Hex | 9D | AC | 8E | 9 | 0 | 11 | 21 | 5A | F | 3E |
| Octal | 235 | 254 | 216 | 11 | 0 | 21 | 41 | 132 | 17 | 76 |
| Binary | 10011101 | 10101100 | 10001110 | 1001 | 0 | 10001 | 100001 | 1011010 | 1111 | 111110 |
Color Harmonies of #9DAC8E
Complementary color
Monochromatic Colors of #9DAC8E
Black with #9DAC8E
Text Example
Text Example
White with #9DAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC8E; }
p { color: rgb(157,172,142); }
H1.HeaderClassName
{
color: #9DAC8E;
}
.AnyTagClassName
{
color: #9DAC8E;
}
</style>
background-color css
<style>
a { background-color: #9DAC8E; }
a { background-color: rgb(157,172,142); }
div.DivClassName
{
background-color: #9DAC8E;
}
.BgClassName
{
background-color: #9DAC8E;
}
</style>
border-color css
<style>
span { border-color: #9DAC8E; }
span { border-color: rgb(157,172,142); }
td.TdClassName
{
border-color: #9DAC8E;
}
.TagClassName
{
border-color: #9DAC8E;
}
</style>