#9FA159

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

Shades of Green Smoke #9FA159

Tints of Green Smoke #9FA159

Color information

#9FA159 (or 0x9FA159) is unknown color: approx Green Smoke. HEX triplet: 9F, A1 and 59. RGB value is (159,161,89). Sum of RGB (Red+Green+Blue) = 159+161+89=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA159 is #605EA6. Grayscale: #989898. Windows color (decimal): -6315687 or 5874079. OLE color: 5874079.

HSL color Cylindrical-coordinate representation of color #9FA159: hue angle of 61.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FA159 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB15916189-
CMYK0.0100.450.37
HSL61.67º28.8%49.02%-
HSV(B)61.67º44.72%63.14%-
XYZ28.8533.5814.41-
YUV152.1992.34132.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 161 (63.28% from 255) = 39.36%
BLUE value IS 89 (35.16% from 255) = 21.76%
R=38.88%
G=39.36%
B=21.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal159161890.0100.450.3761.6728.849.02
Hex9FA159102D253e1d31
Octal237241131105545763561
Binary100111111010000110110011010110110010111111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,89); }

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

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

 a { background-color: rgb(159,161,89); }

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

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

 span { border-color: rgb(159,161,89); }

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