Shades of Norway #9DAE8F
Tints of Norway #9DAE8F
RGB
CMYK
RGB Variations
Color information
#9DAE8F (or 0x9DAE8F) is known color: Norway. HEX triplet: 9D, AE and 8F. RGB value is (157,174,143). Sum of RGB (Red+Green+Blue) = 157+174+143=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE8F is #625170. Grayscale: #A5A5A5. Windows color (decimal): -6443377 or 9416349. OLE color: 9416349.
HSL color Cylindrical-coordinate representation of color #9DAE8F: hue angle of 92.9º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DAE8F is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 143 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.32 |
| HSL | 92.9º | 0.16% | 0.62% | - |
| HSV(B) | 92.9º | 0.18% | 0.68% | - |
| XYZ | 34 | 39.42 | 31.8 | - |
| YUV | 165.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 143 | 0.10 | 0 | 0.18 | 0.32 | 92.9 | 0.16 | 0.62 |
| Hex | 9D | AE | 8F | A | 0 | 12 | 20 | 5D | 10 | 3E |
| Octal | 235 | 256 | 217 | 12 | 0 | 22 | 40 | 135 | 20 | 76 |
| Binary | 10011101 | 10101110 | 10001111 | 1010 | 0 | 10010 | 100000 | 1011101 | 10000 | 111110 |
Color Harmonies of #9DAE8F
Complementary color
Monochromatic Colors of #9DAE8F
Black with #9DAE8F
Text Example
Text Example
White with #9DAE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE8F; }
p { color: rgb(157,174,143); }
H1.HeaderClassName
{
color: #9DAE8F;
}
.AnyTagClassName
{
color: #9DAE8F;
}
</style>
background-color css
<style>
a { background-color: #9DAE8F; }
a { background-color: rgb(157,174,143); }
div.DivClassName
{
background-color: #9DAE8F;
}
.BgClassName
{
background-color: #9DAE8F;
}
</style>
border-color css
<style>
span { border-color: #9DAE8F; }
span { border-color: rgb(157,174,143); }
td.TdClassName
{
border-color: #9DAE8F;
}
.TagClassName
{
border-color: #9DAE8F;
}
</style>