#9FAD8E

Color #9FAD8E Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9FAD8E

Tints of Norway #9FAD8E

Color information

#9FAD8E (or 0x9FAD8E) is unknown color: approx Norway. HEX triplet: 9F, AD and 8E. RGB value is (159,173,142). Sum of RGB (Red+Green+Blue) = 159+173+142=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD8E is #605271. Grayscale: #A5A5A5. Windows color (decimal): -6312562 or 9350559. OLE color: 9350559.

HSL color Cylindrical-coordinate representation of color #9FAD8E: hue angle of 87.1º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FAD8E is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB159173142-
CMYK0.0800.180.32
HSL87.1º15.9%61.76%-
HSV(B)87.1º17.92%67.84%-
XYZ34.1239.2131.36-
YUV165.28114.86123.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 33.54%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=33.54%
G=36.50%
B=29.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591731420.0800.180.3287.115.961.76
Hex9FAD8E80122057103e
Octal23725521610022401272076
Binary1001111110101101100011101000010010100000101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FAD8E; }

 p { color: rgb(159,173,142); }

 H1.HeaderClassName
 {
   color: #9FAD8E;
 }
 .AnyTagClassName
 {
   color: #9FAD8E;
 }
</style>
background-color css

<style>
 a { background-color: #9FAD8E; }

 a { background-color: rgb(159,173,142); }

 div.DivClassName
 {
   background-color: #9FAD8E;
 }
 .BgClassName
 {
   background-color: #9FAD8E;
 }
</style>
border-color css

<style>
 span { border-color: #9FAD8E; }

 span { border-color: rgb(159,173,142); }

 td.TdClassName
 {
   border-color: #9FAD8E;
 }
 .TagClassName
 {
   border-color: #9FAD8E;
 }
</style>