Shades of Norway #9FC28B
Tints of Norway #9FC28B
RGB
CMYK
RGB Variations
Color information
#9FC28B (or 0x9FC28B) is known color: Norway. HEX triplet: 9F, C2 and 8B. RGB value is (159,194,139). Sum of RGB (Red+Green+Blue) = 159+194+139=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC28B is #603D74. Grayscale: #B1B1B1. Windows color (decimal): -6307189 or 9159327. OLE color: 9159327.
HSL color Cylindrical-coordinate representation of color #9FC28B: hue angle of 98.18º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FC28B is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 139 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.24 |
| HSL | 98.18º | 0.31% | 0.65% | - |
| HSV(B) | 98.18º | 0.28% | 0.76% | - |
| XYZ | 38.25 | 47.82 | 31.64 | - |
| YUV | 177.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 139 | 0.18 | 0 | 0.28 | 0.24 | 98.18 | 0.31 | 0.65 |
| Hex | 9F | C2 | 8B | 12 | 0 | 1C | 18 | 62 | 1F | 41 |
| Octal | 237 | 302 | 213 | 22 | 0 | 34 | 30 | 142 | 37 | 101 |
| Binary | 10011111 | 11000010 | 10001011 | 10010 | 0 | 11100 | 11000 | 1100010 | 11111 | 1000001 |
Color Harmonies of #9FC28B
Complementary color
Monochromatic Colors of #9FC28B
Black with #9FC28B
Text Example
Text Example
White with #9FC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC28B; }
p { color: rgb(159,194,139); }
H1.HeaderClassName
{
color: #9FC28B;
}
.AnyTagClassName
{
color: #9FC28B;
}
</style>
background-color css
<style>
a { background-color: #9FC28B; }
a { background-color: rgb(159,194,139); }
div.DivClassName
{
background-color: #9FC28B;
}
.BgClassName
{
background-color: #9FC28B;
}
</style>
border-color css
<style>
span { border-color: #9FC28B; }
span { border-color: rgb(159,194,139); }
td.TdClassName
{
border-color: #9FC28B;
}
.TagClassName
{
border-color: #9FC28B;
}
</style>