Shades of Norway #9DAE8D
Tints of Norway #9DAE8D
RGB
CMYK
RGB Variations
Color information
#9DAE8D (or 0x9DAE8D) is known color: Norway. HEX triplet: 9D, AE and 8D. RGB value is (157,174,141). Sum of RGB (Red+Green+Blue) = 157+174+141=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE8D is #625172. Grayscale: #A5A5A5. Windows color (decimal): -6443379 or 9285277. OLE color: 9285277.
HSL color Cylindrical-coordinate representation of color #9DAE8D: hue angle of 90.91º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DAE8D is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
RGB | 157 | 174 | 141 | - |
CMYK | 0.10 | 0 | 0.19 | 0.32 |
HSL | 90.91º | 0.17% | 0.62% | - |
HSV(B) | 90.91º | 0.19% | 0.68% | - |
XYZ | 33.85 | 39.36 | 31.01 | - |
YUV | 165.16 | 114.37 | 122.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 174 | 141 | 0.10 | 0 | 0.19 | 0.32 | 90.91 | 0.17 | 0.62 |
Hex | 9D | AE | 8D | A | 0 | 13 | 20 | 5B | 11 | 3E |
Octal | 235 | 256 | 215 | 12 | 0 | 23 | 40 | 133 | 21 | 76 |
Binary | 10011101 | 10101110 | 10001101 | 1010 | 0 | 10011 | 100000 | 1011011 | 10001 | 111110 |
Color Harmonies of #9DAE8D
Complementary color
Monochromatic Colors of #9DAE8D
Black with #9DAE8D
Text Example
Text Example
White with #9DAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE8D; }
p { color: rgb(157,174,141); }
H1.HeaderClassName
{
color: #9DAE8D;
}
.AnyTagClassName
{
color: #9DAE8D;
}
</style>
background-color css
<style>
a { background-color: #9DAE8D; }
a { background-color: rgb(157,174,141); }
div.DivClassName
{
background-color: #9DAE8D;
}
.BgClassName
{
background-color: #9DAE8D;
}
</style>
border-color css
<style>
span { border-color: #9DAE8D; }
span { border-color: rgb(157,174,141); }
td.TdClassName
{
border-color: #9DAE8D;
}
.TagClassName
{
border-color: #9DAE8D;
}
</style>