#9FAA95

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

Shades of Norway #9FAA95

Tints of Norway #9FAA95

Color information

#9FAA95 (or 0x9FAA95) is unknown color: approx Norway. HEX triplet: 9F, AA and 95. RGB value is (159,170,149). Sum of RGB (Red+Green+Blue) = 159+170+149=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA95 is #60556A. Grayscale: #A4A4A4. Windows color (decimal): -6313323 or 9808543. OLE color: 9808543.

HSL color Cylindrical-coordinate representation of color #9FAA95: hue angle of 91.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FAA95 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB159170149-
CMYK0.0600.120.33
HSL91.43º10.99%62.55%-
HSV(B)91.43º12.35%66.67%-
XYZ34.138.2934.03-
YUV164.32119.36124.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=33.26%
G=35.56%
B=31.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591701490.0600.120.3391.4310.9962.55
Hex9FAA9560C215bb3f
Octal2372522256014411331377
Binary1001111110101010100101011100110010000110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,170,149); }

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

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

 a { background-color: rgb(159,170,149); }

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

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

 span { border-color: rgb(159,170,149); }

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