#9FAC5E

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

Shades of Green Smoke #9FAC5E

Tints of Green Smoke #9FAC5E

Color information

#9FAC5E (or 0x9FAC5E) is unknown color: approx Green Smoke. HEX triplet: 9F, AC and 5E. RGB value is (159,172,94). Sum of RGB (Red+Green+Blue) = 159+172+94=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC5E is #6053A1. Grayscale: #9F9F9F. Windows color (decimal): -6312866 or 6204575. OLE color: 6204575.

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

Color convert

RGB15917294-
CMYK0.0800.450.33
HSL70º31.97%52.16%-
HSV(B)70º45.35%67.45%-
XYZ31.0737.6816.23-
YUV159.2291.19127.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=37.41%
G=40.47%
B=22.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159172940.0800.450.337031.9752.16
Hex9FAC5E802D21462034
Octal23725413610055411064064
Binary10011111101011001011110100001011011000011000110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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