Shades of Norway #9DC082
Tints of Norway #9DC082
RGB
CMYK
RGB Variations
Color information
#9DC082 (or 0x9DC082) is known color: Norway. HEX triplet: 9D, C0 and 82. RGB value is (157,192,130). Sum of RGB (Red+Green+Blue) = 157+192+130=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC082 is #623F7D. Grayscale: #AEAEAE. Windows color (decimal): -6438782 or 8568989. OLE color: 8568989.
HSL color Cylindrical-coordinate representation of color #9DC082: hue angle of 93.87º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DC082 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 130 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.25 |
| HSL | 93.87º | 0.33% | 0.63% | - |
| HSV(B) | 93.87º | 0.32% | 0.75% | - |
| XYZ | 36.78 | 46.48 | 28.15 | - |
| YUV | 174.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 130 | 0.18 | 0 | 0.32 | 0.25 | 93.87 | 0.33 | 0.63 |
| Hex | 9D | C0 | 82 | 12 | 0 | 20 | 19 | 5E | 21 | 3F |
| Octal | 235 | 300 | 202 | 22 | 0 | 40 | 31 | 136 | 41 | 77 |
| Binary | 10011101 | 11000000 | 10000010 | 10010 | 0 | 100000 | 11001 | 1011110 | 100001 | 111111 |
Color Harmonies of #9DC082
Complementary color
Monochromatic Colors of #9DC082
Black with #9DC082
Text Example
Text Example
White with #9DC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC082; }
p { color: rgb(157,192,130); }
H1.HeaderClassName
{
color: #9DC082;
}
.AnyTagClassName
{
color: #9DC082;
}
</style>
background-color css
<style>
a { background-color: #9DC082; }
a { background-color: rgb(157,192,130); }
div.DivClassName
{
background-color: #9DC082;
}
.BgClassName
{
background-color: #9DC082;
}
</style>
border-color css
<style>
span { border-color: #9DC082; }
span { border-color: rgb(157,192,130); }
td.TdClassName
{
border-color: #9DC082;
}
.TagClassName
{
border-color: #9DC082;
}
</style>