Shades of Norway #9DC182
Tints of Norway #9DC182
RGB
CMYK
RGB Variations
Color information
#9DC182 (or 0x9DC182) is known color: Norway. HEX triplet: 9D, C1 and 82. RGB value is (157,193,130). Sum of RGB (Red+Green+Blue) = 157+193+130=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC182 is #623E7D. Grayscale: #AFAFAF. Windows color (decimal): -6438526 or 8569245. OLE color: 8569245.
HSL color Cylindrical-coordinate representation of color #9DC182: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DC182 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 130 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.24 |
| HSL | 94.29º | 0.34% | 0.63% | - |
| HSV(B) | 94.29º | 0.33% | 0.76% | - |
| XYZ | 37 | 46.92 | 28.23 | - |
| YUV | 175.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 130 | 0.19 | 0 | 0.33 | 0.24 | 94.29 | 0.34 | 0.63 |
| Hex | 9D | C1 | 82 | 13 | 0 | 21 | 18 | 5E | 22 | 3F |
| Octal | 235 | 301 | 202 | 23 | 0 | 41 | 30 | 136 | 42 | 77 |
| Binary | 10011101 | 11000001 | 10000010 | 10011 | 0 | 100001 | 11000 | 1011110 | 100010 | 111111 |
Color Harmonies of #9DC182
Complementary color
Monochromatic Colors of #9DC182
Black with #9DC182
Text Example
Text Example
White with #9DC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC182; }
p { color: rgb(157,193,130); }
H1.HeaderClassName
{
color: #9DC182;
}
.AnyTagClassName
{
color: #9DC182;
}
</style>
background-color css
<style>
a { background-color: #9DC182; }
a { background-color: rgb(157,193,130); }
div.DivClassName
{
background-color: #9DC182;
}
.BgClassName
{
background-color: #9DC182;
}
</style>
border-color css
<style>
span { border-color: #9DC182; }
span { border-color: rgb(157,193,130); }
td.TdClassName
{
border-color: #9DC182;
}
.TagClassName
{
border-color: #9DC182;
}
</style>