#9FAC93

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

Shades of Norway #9FAC93

Tints of Norway #9FAC93

Color information

#9FAC93 (or 0x9FAC93) is unknown color: approx Norway. HEX triplet: 9F, AC and 93. RGB value is (159,172,147). Sum of RGB (Red+Green+Blue) = 159+172+147=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC93 is #60536C. Grayscale: #A5A5A5. Windows color (decimal): -6312813 or 9677983. OLE color: 9677983.

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

Color convert

RGB159172147-
CMYK0.0800.150.33
HSL91.2º13.09%62.55%-
HSV(B)91.2º14.53%67.45%-
XYZ34.3238.9833.32-
YUV165.26117.69123.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=33.26%
G=35.98%
B=30.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721470.0800.150.3391.213.0962.55
Hex9FAC9380F215bd3f
Octal23725422310017411331577
Binary10011111101011001001001110000111110000110110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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