#9FAD8D

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

Shades of Norway #9FAD8D

Tints of Norway #9FAD8D

Color information

#9FAD8D (or 0x9FAD8D) is unknown color: approx Norway. HEX triplet: 9F, AD and 8D. RGB value is (159,173,141). Sum of RGB (Red+Green+Blue) = 159+173+141=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD8D is #605272. Grayscale: #A5A5A5. Windows color (decimal): -6312563 or 9285023. OLE color: 9285023.

HSL color Cylindrical-coordinate representation of color #9FAD8D: hue angle of 86.25º 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 #9FAD8D is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB159173141-
CMYK0.0800.180.32
HSL86.25º16.33%61.57%-
HSV(B)86.25º18.5%67.84%-
XYZ34.0539.1830.97-
YUV165.17114.36123.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.62%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=33.62%
G=36.58%
B=29.81%

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
Decimal1591731410.0800.180.3286.2516.3361.57
Hex9FAD8D80122056103e
Octal23725521510022401262076
Binary1001111110101101100011011000010010100000101011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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