Shades of Norway #9DC08B
Tints of Norway #9DC08B
RGB
CMYK
RGB Variations
Color information
#9DC08B (or 0x9DC08B) is known color: Norway. HEX triplet: 9D, C0 and 8B. RGB value is (157,192,139). Sum of RGB (Red+Green+Blue) = 157+192+139=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC08B is #623F74. Grayscale: #AFAFAF. Windows color (decimal): -6438773 or 9158813. OLE color: 9158813.
HSL color Cylindrical-coordinate representation of color #9DC08B: hue angle of 99.62º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC08B is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 139 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.25 |
| HSL | 99.62º | 0.3% | 0.65% | - |
| HSV(B) | 99.62º | 0.28% | 0.75% | - |
| XYZ | 37.41 | 46.73 | 31.47 | - |
| YUV | 175.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 139 | 0.18 | 0 | 0.28 | 0.25 | 99.62 | 0.3 | 0.65 |
| Hex | 9D | C0 | 8B | 12 | 0 | 1C | 19 | 64 | 1E | 41 |
| Octal | 235 | 300 | 213 | 22 | 0 | 34 | 31 | 144 | 36 | 101 |
| Binary | 10011101 | 11000000 | 10001011 | 10010 | 0 | 11100 | 11001 | 1100100 | 11110 | 1000001 |
Color Harmonies of #9DC08B
Complementary color
Monochromatic Colors of #9DC08B
Black with #9DC08B
Text Example
Text Example
White with #9DC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC08B; }
p { color: rgb(157,192,139); }
H1.HeaderClassName
{
color: #9DC08B;
}
.AnyTagClassName
{
color: #9DC08B;
}
</style>
background-color css
<style>
a { background-color: #9DC08B; }
a { background-color: rgb(157,192,139); }
div.DivClassName
{
background-color: #9DC08B;
}
.BgClassName
{
background-color: #9DC08B;
}
</style>
border-color css
<style>
span { border-color: #9DC08B; }
span { border-color: rgb(157,192,139); }
td.TdClassName
{
border-color: #9DC08B;
}
.TagClassName
{
border-color: #9DC08B;
}
</style>