Shades of Norway #9FC28D
Tints of Norway #9FC28D
RGB
CMYK
RGB Variations
Color information
#9FC28D (or 0x9FC28D) is known color: Norway. HEX triplet: 9F, C2 and 8D. RGB value is (159,194,141). Sum of RGB (Red+Green+Blue) = 159+194+141=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC28D is #603D72. Grayscale: #B1B1B1. Windows color (decimal): -6307187 or 9290399. OLE color: 9290399.
HSL color Cylindrical-coordinate representation of color #9FC28D: hue angle of 99.62º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FC28D is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 141 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.24 |
| HSL | 99.62º | 0.3% | 0.66% | - |
| HSV(B) | 99.62º | 0.27% | 0.76% | - |
| XYZ | 38.4 | 47.88 | 32.42 | - |
| YUV | 177.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 141 | 0.18 | 0 | 0.27 | 0.24 | 99.62 | 0.3 | 0.66 |
| Hex | 9F | C2 | 8D | 12 | 0 | 1B | 18 | 64 | 1E | 42 |
| Octal | 237 | 302 | 215 | 22 | 0 | 33 | 30 | 144 | 36 | 102 |
| Binary | 10011111 | 11000010 | 10001101 | 10010 | 0 | 11011 | 11000 | 1100100 | 11110 | 1000010 |
Color Harmonies of #9FC28D
Complementary color
Monochromatic Colors of #9FC28D
Black with #9FC28D
Text Example
Text Example
White with #9FC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC28D; }
p { color: rgb(159,194,141); }
H1.HeaderClassName
{
color: #9FC28D;
}
.AnyTagClassName
{
color: #9FC28D;
}
</style>
background-color css
<style>
a { background-color: #9FC28D; }
a { background-color: rgb(159,194,141); }
div.DivClassName
{
background-color: #9FC28D;
}
.BgClassName
{
background-color: #9FC28D;
}
</style>
border-color css
<style>
span { border-color: #9FC28D; }
span { border-color: rgb(159,194,141); }
td.TdClassName
{
border-color: #9FC28D;
}
.TagClassName
{
border-color: #9FC28D;
}
</style>