#9FAD93

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

Shades of Norway #9FAD93

Tints of Norway #9FAD93

Color information

#9FAD93 (or 0x9FAD93) is unknown color: approx Norway. HEX triplet: 9F, AD and 93. RGB value is (159,173,147). Sum of RGB (Red+Green+Blue) = 159+173+147=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD93 is #60526C. Grayscale: #A5A5A5. Windows color (decimal): -6312557 or 9678239. OLE color: 9678239.

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

Color convert

RGB159173147-
CMYK0.0800.150.32
HSL92.31º13.68%62.75%-
HSV(B)92.31º15.03%67.84%-
XYZ34.5139.3633.38-
YUV165.85117.36123.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.19%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=33.19%
G=36.12%
B=30.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591731470.0800.150.3292.3113.6862.75
Hex9FAD9380F205ce3f
Octal23725522310017401341677
Binary10011111101011011001001110000111110000010111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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