Shades of Norway #9FC182
Tints of Norway #9FC182
RGB
CMYK
RGB Variations
Color information
#9FC182 (or 0x9FC182) is known color: Norway. HEX triplet: 9F, C1 and 82. RGB value is (159,193,130). Sum of RGB (Red+Green+Blue) = 159+193+130=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC182 is #603E7D. Grayscale: #AFAFAF. Windows color (decimal): -6307454 or 8569247. OLE color: 8569247.
HSL color Cylindrical-coordinate representation of color #9FC182: hue angle of 92.38º 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 #9FC182 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 193 | 130 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.24 |
| HSL | 92.38º | 0.34% | 0.63% | - |
| HSV(B) | 92.38º | 0.33% | 0.76% | - |
| XYZ | 37.4 | 47.12 | 28.24 | - |
| YUV | 175.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 193 | 130 | 0.18 | 0 | 0.33 | 0.24 | 92.38 | 0.34 | 0.63 |
| Hex | 9F | C1 | 82 | 12 | 0 | 21 | 18 | 5C | 22 | 3F |
| Octal | 237 | 301 | 202 | 22 | 0 | 41 | 30 | 134 | 42 | 77 |
| Binary | 10011111 | 11000001 | 10000010 | 10010 | 0 | 100001 | 11000 | 1011100 | 100010 | 111111 |
Color Harmonies of #9FC182
Complementary color
Monochromatic Colors of #9FC182
Black with #9FC182
Text Example
Text Example
White with #9FC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC182; }
p { color: rgb(159,193,130); }
H1.HeaderClassName
{
color: #9FC182;
}
.AnyTagClassName
{
color: #9FC182;
}
</style>
background-color css
<style>
a { background-color: #9FC182; }
a { background-color: rgb(159,193,130); }
div.DivClassName
{
background-color: #9FC182;
}
.BgClassName
{
background-color: #9FC182;
}
</style>
border-color css
<style>
span { border-color: #9FC182; }
span { border-color: rgb(159,193,130); }
td.TdClassName
{
border-color: #9FC182;
}
.TagClassName
{
border-color: #9FC182;
}
</style>