Shades of Norway #9FC08D
Tints of Norway #9FC08D
RGB
CMYK
RGB Variations
Color information
#9FC08D (or 0x9FC08D) is known color: Norway. HEX triplet: 9F, C0 and 8D. RGB value is (159,192,141). Sum of RGB (Red+Green+Blue) = 159+192+141=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC08D is #603F72. Grayscale: #B0B0B0. Windows color (decimal): -6307699 or 9289887. OLE color: 9289887.
HSL color Cylindrical-coordinate representation of color #9FC08D: hue angle of 98.82º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FC08D is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 141 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.25 |
| HSL | 98.82º | 0.29% | 0.65% | - |
| HSV(B) | 98.82º | 0.27% | 0.75% | - |
| XYZ | 37.96 | 46.99 | 32.27 | - |
| YUV | 176.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 141 | 0.17 | 0 | 0.27 | 0.25 | 98.82 | 0.29 | 0.65 |
| Hex | 9F | C0 | 8D | 11 | 0 | 1B | 19 | 63 | 1D | 41 |
| Octal | 237 | 300 | 215 | 21 | 0 | 33 | 31 | 143 | 35 | 101 |
| Binary | 10011111 | 11000000 | 10001101 | 10001 | 0 | 11011 | 11001 | 1100011 | 11101 | 1000001 |
Color Harmonies of #9FC08D
Complementary color
Monochromatic Colors of #9FC08D
Black with #9FC08D
Text Example
Text Example
White with #9FC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC08D; }
p { color: rgb(159,192,141); }
H1.HeaderClassName
{
color: #9FC08D;
}
.AnyTagClassName
{
color: #9FC08D;
}
</style>
background-color css
<style>
a { background-color: #9FC08D; }
a { background-color: rgb(159,192,141); }
div.DivClassName
{
background-color: #9FC08D;
}
.BgClassName
{
background-color: #9FC08D;
}
</style>
border-color css
<style>
span { border-color: #9FC08D; }
span { border-color: rgb(159,192,141); }
td.TdClassName
{
border-color: #9FC08D;
}
.TagClassName
{
border-color: #9FC08D;
}
</style>