Shades of Norway #9EAB8A
Tints of Norway #9EAB8A
RGB
CMYK
RGB Variations
Color information
#9EAB8A (or 0x9EAB8A) is known color: Norway. HEX triplet: 9E, AB and 8A. RGB value is (158,171,138). Sum of RGB (Red+Green+Blue) = 158+171+138=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB8A is #615475. Grayscale: #A3A3A3. Windows color (decimal): -6378614 or 9087902. OLE color: 9087902.
HSL color Cylindrical-coordinate representation of color #9EAB8A: hue angle of 83.64º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EAB8A is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 138 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.33 |
| HSL | 83.64º | 0.16% | 0.61% | - |
| HSV(B) | 83.64º | 0.19% | 0.67% | - |
| XYZ | 33.25 | 38.23 | 29.67 | - |
| YUV | 163.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 138 | 0.08 | 0 | 0.19 | 0.33 | 83.64 | 0.16 | 0.61 |
| Hex | 9E | AB | 8A | 8 | 0 | 13 | 21 | 54 | 10 | 3D |
| Octal | 236 | 253 | 212 | 10 | 0 | 23 | 41 | 124 | 20 | 75 |
| Binary | 10011110 | 10101011 | 10001010 | 1000 | 0 | 10011 | 100001 | 1010100 | 10000 | 111101 |
Color Harmonies of #9EAB8A
Complementary color
Monochromatic Colors of #9EAB8A
Black with #9EAB8A
Text Example
Text Example
White with #9EAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB8A; }
p { color: rgb(158,171,138); }
H1.HeaderClassName
{
color: #9EAB8A;
}
.AnyTagClassName
{
color: #9EAB8A;
}
</style>
background-color css
<style>
a { background-color: #9EAB8A; }
a { background-color: rgb(158,171,138); }
div.DivClassName
{
background-color: #9EAB8A;
}
.BgClassName
{
background-color: #9EAB8A;
}
</style>
border-color css
<style>
span { border-color: #9EAB8A; }
span { border-color: rgb(158,171,138); }
td.TdClassName
{
border-color: #9EAB8A;
}
.TagClassName
{
border-color: #9EAB8A;
}
</style>