Shades of Norway #9EAF8A
Tints of Norway #9EAF8A
RGB
CMYK
RGB Variations
Color information
#9EAF8A (or 0x9EAF8A) is known color: Norway. HEX triplet: 9E, AF and 8A. RGB value is (158,175,138). Sum of RGB (Red+Green+Blue) = 158+175+138=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAF8A is #615075. Grayscale: #A5A5A5. Windows color (decimal): -6377590 or 9088926. OLE color: 9088926.
HSL color Cylindrical-coordinate representation of color #9EAF8A: hue angle of 87.57º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EAF8A is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 138 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.31 |
| HSL | 87.57º | 0.19% | 0.61% | - |
| HSV(B) | 87.57º | 0.21% | 0.69% | - |
| XYZ | 34.02 | 39.76 | 29.93 | - |
| YUV | 165.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 138 | 0.10 | 0 | 0.21 | 0.31 | 87.57 | 0.19 | 0.61 |
| Hex | 9E | AF | 8A | A | 0 | 15 | 1F | 58 | 13 | 3D |
| Octal | 236 | 257 | 212 | 12 | 0 | 25 | 37 | 130 | 23 | 75 |
| Binary | 10011110 | 10101111 | 10001010 | 1010 | 0 | 10101 | 11111 | 1011000 | 10011 | 111101 |
Color Harmonies of #9EAF8A
Complementary color
Monochromatic Colors of #9EAF8A
Black with #9EAF8A
Text Example
Text Example
White with #9EAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF8A; }
p { color: rgb(158,175,138); }
H1.HeaderClassName
{
color: #9EAF8A;
}
.AnyTagClassName
{
color: #9EAF8A;
}
</style>
background-color css
<style>
a { background-color: #9EAF8A; }
a { background-color: rgb(158,175,138); }
div.DivClassName
{
background-color: #9EAF8A;
}
.BgClassName
{
background-color: #9EAF8A;
}
</style>
border-color css
<style>
span { border-color: #9EAF8A; }
span { border-color: rgb(158,175,138); }
td.TdClassName
{
border-color: #9EAF8A;
}
.TagClassName
{
border-color: #9EAF8A;
}
</style>