Shades of Norway #9FC28A
Tints of Norway #9FC28A
RGB
CMYK
RGB Variations
Color information
#9FC28A (or 0x9FC28A) is known color: Norway. HEX triplet: 9F, C2 and 8A. RGB value is (159,194,138). Sum of RGB (Red+Green+Blue) = 159+194+138=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC28A is #603D75. Grayscale: #B1B1B1. Windows color (decimal): -6307190 or 9093791. OLE color: 9093791.
HSL color Cylindrical-coordinate representation of color #9FC28A: hue angle of 97.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FC28A is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 138 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.24 |
| HSL | 97.5º | 0.31% | 0.65% | - |
| HSV(B) | 97.5º | 0.29% | 0.76% | - |
| XYZ | 38.18 | 47.79 | 31.26 | - |
| YUV | 177.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 138 | 0.18 | 0 | 0.29 | 0.24 | 97.5 | 0.31 | 0.65 |
| Hex | 9F | C2 | 8A | 12 | 0 | 1D | 18 | 62 | 1F | 41 |
| Octal | 237 | 302 | 212 | 22 | 0 | 35 | 30 | 142 | 37 | 101 |
| Binary | 10011111 | 11000010 | 10001010 | 10010 | 0 | 11101 | 11000 | 1100010 | 11111 | 1000001 |
Color Harmonies of #9FC28A
Complementary color
Monochromatic Colors of #9FC28A
Black with #9FC28A
Text Example
Text Example
White with #9FC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC28A; }
p { color: rgb(159,194,138); }
H1.HeaderClassName
{
color: #9FC28A;
}
.AnyTagClassName
{
color: #9FC28A;
}
</style>
background-color css
<style>
a { background-color: #9FC28A; }
a { background-color: rgb(159,194,138); }
div.DivClassName
{
background-color: #9FC28A;
}
.BgClassName
{
background-color: #9FC28A;
}
</style>
border-color css
<style>
span { border-color: #9FC28A; }
span { border-color: rgb(159,194,138); }
td.TdClassName
{
border-color: #9FC28A;
}
.TagClassName
{
border-color: #9FC28A;
}
</style>